You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
I am trying to import a csv file that is encoded in "Cp863 - MS-DOS Canadian French" encoding.
I have found that the encoding is in an extended encoding set which I can not choose from when choosing the encoding of the file.(http://java.sun.com/j2se/1.4.2/docs/guide/intl/encoding.doc.html)
I have tried using Encoding Type CUSTOM and than entering "Cp863" but than an error occurs when the import starts.
Exception in component tFileInputDelimited_1
java.io.UnsupportedEncodingException: Cp863
at sun.nio.cs.StreamDecoder.forInputStreamReader(Unknown Source)
at java.io.InputStreamReader.<init>(Unknown Source)Any other format will result in é being incorrectly imported as other characters.
Is there a way to use the Cp863 encoding type?
Offline
Pages: 1