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: 
Balz
Contributor
Contributor

Change File Encoding ASCII to ANSI

In the European area, it is a common scenario that you get an input file with ASCII-Encoding and you need to change it to ANSI.

I looked in the hole Community and didn't find anything but the poor possibilities with the following six Encoding-Entries:

ISO-8859-15

UTF-8

ISO8859-1

UTF-16

GB2312

CUSTOM

Founded on the Java-Environment I found out that you can use the codepage numeration to get the right encoding

ASCII

-> DOS-850 (Talend doesn't recognize it) ->

Cp850

ANSI -> WINDOWS-1252 -> Cp1252

I hope you don't need that much time as I did

Best regards

Balz

Labels (5)
1 Reply
Anonymous
Not applicable

Hello,

Thanks for sharing this useful information on community.

Best regards

Sabrina