Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have my file with field and row separator as same.
Eg: 1,a,56,2,b,58,3,c,59.
Here I have
field and row separator both as comma(,)
Could anyone please help me out, how to read the data in such cases using Talend DI.
Hello,
Here is a component TalendHelpCenter: tFileInputRaw which reads all data in a raw file and sends it to a single output column for subsequent processing. Let us know if it is what you are looking for.
Best regards
Sabrina
Thanks Sabrina. After moving to single output column, how can I split the data?
Hello
Here I show an example job to split the data.
BTW, i created the job on v7.3.1, you should use the same version to import the job.
Hope it helps!
Regards
Shong
Thanks Shong. It worked for me.