You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hi All,
The data in my input file is as below which is just a sample
no name
1 a,b,c
1 d,e,f
i want out as
no name
1 a,b,c,d,e,f
1 a,b,c,d,e,f
I tried to fix it with some solutions which are provided in the talend forum but didnot get the output.Can any one help me out in fixing this issues would be a great help. am attaching screen shoots also
Thanks in advance,
Sruthi
Offline

Hi Sruthi,
Can you upload screen shot of your job how you implemented
Thanks and Regards,
Pavan
Sruthi wrote:
Hi All,
The data in my input file is as below which is just a sample
no name
1 a,b,c
1 d,e,f
i want out as
no name
1 a,b,c,d,e,f
1 a,b,c,d,e,f
I tried to fix it with some solutions which are provided in the talend forum but didnot get the output.Can any one help me out in fixing this issues would be a great help. am attaching screen shoots also
Thanks in advance,
Sruthi
Offline
Hi All
You can try the tDenormalize component.
Best regards
Shong
Offline
Pages: 1