Hi there,
I am using CSV file as data source. The file contains some special characters. eg "Mähönen". What encoding and character set I am using in SQLTXT def file is 'UTF8'. But this doesn't work, it is presented as "M?h?nen". Funny thing is the same data in the other CSV file is processed correctly with UTF8. I wonder if anyone comes across the similar situation, and figured out what the right encoding and character set are recommended to use?
Thanks very much.