Read a CSV File

HI All,

I have a requirement to process a CSV file to my database. i have used a smart service(Export CSV to Database) from Excel Tools plugin. But some of the special characters are not read properly.
For example: 

The data i have received in CSV has : ~@ö<é;ó¿üäÖÇ*àÄ=É!"ѧæñ á½èçòíê°

after consuming the file i have got this in my database : ~@�<�;�����*��=�!"ѧ��������

Can anyone suggest if we have any alternative options for this please.

Thanks,
Sai Kiran Pannala.

  Discussion posts and replies are publicly visible

Parents Reply
  • I'm uploading a CSV using import csv to database smart service, but the thing is some rows of the data containing double quotes in the values. for example: employee1;"1";"name ""appian"""; 

    so, I'm getting an error like java.lang.IllegalStateException: IOException reading next record: java.io.IOException: (line 175) invalid char between encapsulated token and delimiter. Is there any way to fix this or some workarounds?

Children