jcesar Active Member Licensed User Longtime User Feb 26, 2019 #1 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.
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.
jcesar Active Member Licensed User Longtime User Feb 26, 2019 #2 Solved. The problem was the csv file. I use Notepad++ to encode in UtF8 and works fine. Upvote 0