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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
dan-rosen
Contributor II
Contributor II

Translate CCSID 65535 (DB2 data)

Does anyone have a solution to translate CCSID 65535 data from a DB2 database? Talend doesn't seem to have a conversion option that I can see, so all string data comes in as a random assortment of letters. I also tried adding a translate option in my connection string and no luck. I haven't seen an answer in community yet.

 

Thanks,

Dan

Labels (3)
1 Solution

Accepted Solutions
dan-rosen
Contributor II
Contributor II
Author

solved my own issue! for anyone looking, add this as an additional parameter to your connection: ;translate binary=true;

View solution in original post

1 Reply
dan-rosen
Contributor II
Contributor II
Author

solved my own issue! for anyone looking, add this as an additional parameter to your connection: ;translate binary=true;