Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am aware that using Talend Data Mapper, we can convert EBCDIC to ASCII. But is it possible the other way around? ie: ASCII to EBCDIC?
Thanks,
Shajila
Yes.
Read your ASCII delimited file using tfileInputDelimited --> tHmap --> tFileOutputRaw
Hello,
Here is a related topic: https://community.talend.com/s/question/0D53p00007vCo0JCAS/ascii-delimited-file-to-ebcdic-file
Let us know if this tSystem solution helps.
The tHMap component is available in Talend Data Management Platform, Talend Big Data Platform, Talend Real Time Big Data Platform, Talend Data Services Platform, Talend MDM Platform and Talend Data Fabric not open studio.
Best regards
Sabrina
Hello,
That is really good answer, have you thought of entering our competition?
https://community.talend.com/s/blog/aGn5b000000CaZw/getting-smart-about-talend-tip-of-the-day
There are rewards for winners!
Best regards
Sabrina
Hi Sabrina,
I do have a similar request to convert a ascii file into EBCDIC file , but "dd" unix command doesn't work to convert our file into specific format ( with using copy book) and also COMP3 formats .
I have tried using tfileinputraw -> thmap -> tfileoutputraw . But the tfileoutputraw merges all rows into a single row .Please provide the correct input and output component for ascii -> ebcdic conversion .