You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hi,
I have an input csv file, having two colums in it. like
2, abc
2, ivan
1, remit
4, jon
1, tom
i am trying to create a talend job which will create multiple files named as first column value. For example if above is the CSV input file, output should be
1> three files named as "2.csv", "1.csv" and "4.csv"
2> each file should contain values against its file name in the inputfile. like
content of "2.csv" would be - "abc, ivan"
content of "1.csv" would be - "remit, tom"
content of "4.csv" would be - "jon"
Hope we could achieve it with talend provided standard component, Any pointer would be great help
Thanks in advance. ![]()
Offline
Hi pedro,
Thanks for the great input ![]()
Regards
Sagar
Offline
Pages: 1