Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Creation of multiple output files from an input file

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

Labels (3)
23 Replies
Anonymous
Not applicable
Author

J'ai une autre demande.

exemple j'ai une url:

httpw://ventrearticle/produit/chaussure.png

httpw://ventrearticle/produit/pantalong.png

httpw://ventrearticle/produit/chemise.jpn

 

httpw://ventrearticle/produit/maillot.jpn

comment je peux créer un fichier image pour chaque image dynamiquement ?

merci

 

TRF
Champion II
Champion II

New question, new topic.
Also, when you mark your case as solved, it's better to choose the answer which help you, not your own response!
Anonymous
Not applicable
Author

thank you my topic creation of multiple output files as resolved.
Anonymous
Not applicable
Author

Hi,

I have a similar requirement. for instance, I have 10 files which i want to load iteratively into a job which should create corresponding .csv files for each file as input. No transformations needed. I have enterprise edition of talend.