Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I need help. I am a beginner in Talend.
I have a file containing thousands of lines and for each line I have to create new files whose name is the same as my file line. Examples
Line1 = nomb.jpg
So in output I have to create the file nomb.jpg
Line2 = aventure.png
And aventure.png
Etc ...
Please help me.
I used the components tfileinputdelimited, tflowtoiterate, titeratetoflow e tfileoutputdelimited
But my files are not created.
Thank you
Bonjour,
Pouvez-vous partager le design de votre job ?
Le mieux sur le forum c'est d'échanger en anglais, plus de personnes pourront répondre.
look at file join please , thank you
please look at the file join
my message mistake
Exception in component tFileOutputDelimited_1
java.io.FileNotFoundException: C:\Users\Desktop\recept_image\"aventure.jpg" (La syntaxe du nom de fichier, de répertoire ou de volume est incorrecte)
So i want to build the new file and the name of new file must do "aventure.jpg"
thank you
He works.
By cons it creates a single file "aventure.jpg".
But i want to have one file per line with the name of the line as the name of my file.
Thank you so much
Because i have 21165 lines in my source file, so i must have 21165 files created.