Hi guys,
I have a csv file with unicode data in it, im trying to convert it to UTF8 to load data properly into the table . i tried setting the encoding paramter in the jdbc connection as
jdbc:snps:dbfile?ENCODING=UTF8
The connection is successful, but i still see unicode data in the model, i tried using the CHARSET_ENCODING as well, but it does not recognise the UTF8 types. im using the file to sql lkm
Please advise
Thanks and Regards,
Revanth Tambisetty