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
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
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.