Preserve encoding

Hi,

I have graph that do :

DELIMITED_DATA_READER_NIO → SORT → DEDUP → DB_OUPUT_TABLE

Orginal csv file is in UTF8 encoding. Destination database is in UTF8 encoding (postgresql). Filesystem uses UTF8.
However, accented characters get screwed up in the process.

Any idea where I should look at ?

Thanks,
Franck

Yes, it works with DELIMITED_DATA_READER.

So it might be a problem with NIO usage…

Regards,

Franck

Hello !

It might be a problem with DELIMITED_DATA_READER_NIO. Try to use DELIMITED_DATA_READER (older version) which does not uses NIO classess - channels, etc.

Let me know if it works with the different component - that would indicate a problem in NIO READER.

David.