
Contributor
2020-12-14
07:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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) ->
Cp850ANSI -> WINDOWS-1252 -> Cp1252
I hope you don't need that much time as I did
Best regards
Balz
738 Views
1 Reply

Anonymous
Not applicable
2020-12-14
11:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Thanks for sharing this useful information on community.
Best regards
Sabrina
738 Views
