Forum Discussion
open and edit a CSV file in UTF8
If insert content of the CSV file into the Excel sheet you may use Power Query or enable legacy wizard
after that
and wizard shows the options
If open CSV file it shows the same wizard. If to save encoding shall be in Save As types
All above is for Office365 Excel on Windows.
- fdgfdJan 04, 2021Copper Contributor
Thank you, this is the best way for me without having to have Open/Libre office installed, open it there and save to xlsx (saving to ODF and opening that in Excel would probably work too.
I was following the tutorial at https://www.sqlitetutorial.net/sqlite-tutorial/sqlite-export-csv/ and the sample (chinook) database contains Unicode characters that show up garbled when I open the CSV file I exported from sqlite3. Inserting the data with this method allows me to get the correct encoding and have names such as Bjørn and Gutiérrez appear correctly 🙂
- Vittorio175Nov 27, 2019Copper Contributor
- SergeiBaklanNov 27, 2019Diamond Contributor
Victor, you are welcome