wikimix
wikimix

Reputation: 467

Convert .DAT file to CSV with Talend

I'm Using Talend 5.2.2 and I want to convert a DAT file to a CSV in order to split date in each row.

Any idea?

Thanks in advance.

Upvotes: 0

Views: 1853

Answers (1)

Balazs Gunics
Balazs Gunics

Reputation: 2067

It is really simple to do this in talend:

tFileInputPositional -->  tMap / tJavaRow --> tFileOutputDelimited

You could use a tlogrow for debugging between the input and output.

Upvotes: 2

Related Questions