Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
SKP163062305
Contributor
Contributor

ASCII to EBCDIC

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

Labels (5)
4 Replies
kkjishnu
Contributor
Contributor

Yes.

Read your ASCII delimited file using tfileInputDelimited --> tHmap --> tFileOutputRaw

Anonymous
Not applicable

Anonymous
Not applicable

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

KUDHAYA_KUMAR1663958008
Contributor
Contributor

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 .