You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Does anyone know if Talend supports EBCDIC data format and EBCDIC to ASCII conversion? Could it read (translate) a Cobol Copybook and use that as the meta-data for reading the EBCDIC datafile? I don't seems to see a lot of information on how Talend handles EBCDIC data format.
Offline
Simple answer:
In talend you could make a little custom routine to do this conversion for you. Something like a little java routine such as EBCDICtoASCII(String).
So read a file as Byte array or String and then convert it with this custom routine.
Also please check out:
http://forum.java.sun.com/thread.jspa?t … eID=570575
Offline
And if you're using a Perl project, you can try Convert::EBCDIC CPAN module.
Offline
Still with Perl, better (fresher update) would be Encode::EBCDIC.
Offline
downloaded the perl.... untarring and pointing to it as custom code in TOS 3.2 not working .... any pointers? Thx
Pages: 1