Hi
I'm reading data from a csv file and inserting it into a database.
46749;2019-01-04;-1696,62;Depósito Tres Jotas;;;2;6;0
However, special characters like ç and ã are not saved in the correct way.
Dep�sito Tres Jotas
I'm using StringUtils LoadCSV.
I'm reading data from a csv file and inserting it into a database.
46749;2019-01-04;-1696,62;Depósito Tres Jotas;;;2;6;0
However, special characters like ç and ã are not saved in the correct way.
Dep�sito Tres Jotas
I'm using StringUtils LoadCSV.