문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top