Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
2011-02-09 16:50:09,227 WARN org.talend.commons.ui.runtime.exception.ExceptionHandler - Exception in component tJavaFlex_1
java.io.UnsupportedEncodingException: GBK
String fileName = (new java.io.File(
"C:/TOS/TOS-Win32-r54685-V4.2.0M3/temp/TempGuessSchemaDelimitedFile.csv"))
.getAbsolutePath().replace("\\", "/");
com.csvreader.CsvWriter csvWriter = new com.csvreader.CsvWriter(
new java.io.BufferedWriter(
new java.io.OutputStreamWriter(
new java.io.FileOutputStream(fileName,
false), "GBK")), ';');
private final static String utf8Charset = "UTF-8";