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
  • Hi Stefan,

    Good Day!!

    After converting the file to UTF-8 the issue i mentioned got fixed but there is one another issue i am seeing now.
    If i use "" in any of the column then the node errors out and throws below error.

    java.lang.IllegalStateException: IOException reading next record: java.io.IOException: (line 3) invalid char between encapsulated token and delimiter

    Could you please suggest me on this.

    Thanks,
    Sai Kiran Pannala.

Children