Problem reading csv files

JATAIDE

Member
Licensed User
Longtime User
I have a problem reading the file csv or txt file. The reading is done correctly but in the letters like ç ã ,á, appear strange characters. The original file is a mdb database and i convert them to csv white sqlitebrowser_200_b1_win, probably in his conversion, but I would like to know your opinion.

Thank you

Jorge Ataíde
 

JATAIDE

Member
Licensed User
Longtime User
csv problem solve

Make sure that the file is encoded with UTF8 (without BOM). You can use Notepad++. It will show you the encoding and will allow you to convert it if needed.


It now runs perfectly. Thanks again.
You're the best
 
Upvote 0
Top