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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

EBCDIC file having Hex value in a field - Talend Data Mapper

Hi

 

I am having an EBCDIC file, which has a field in Hex value. I need help on how to handle this in the Talend Data Mapper

I have used IBM037 and UTF8 to convert into ASCII. The Hex value becomes un readable while doing this process.

 

 

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Created a java program to convert the EBCDIC to Hex and used the Java expression to convert the incoming EBCDIC value to hex. It is working.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hello,

You cannot get the correct hex value in preview when use data mapper? Would you mind posting your setting screenshots on forum(data mapper setting screenshot, copybookxxx.txt, character_encoding.png)? Which will be preferred.

Best regards

Sabrina

Anonymous
Not applicable
Author

Created a java program to convert the EBCDIC to Hex and used the Java expression to convert the incoming EBCDIC value to hex. It is working.