V
Asked
"you must follow this. If you are using any other language then English, please make sure the csv file is UTF-8 encoded and not saved with byte order mark (BOM) "
I want to import the product name is utf-8. how to?
I want to import the product name is utf-8. how to?
- MSAnsweredHello,
Each editor/software would have the option for encoding. You can google yours to research.
---
**To save a CSV file, UTF-8 encoded in Excel:**
Choose File->Save as from the menu. In the `Save as` dropdown > select `CSV UTF-8 (Comma-delimited) (*.csv)`
**For settings:**
1. Select 'Web Options' in the 'Preference' then 'General'
2. Select the 'Encoding' tab.
3. In the 'Save this document as:' dropdown, select 'Unicode (UTF-8)'
---
**Notepad++**
1. Open the CSV in Notepad++
2. Use the Encoding -> "Convert to UTF-8" option
3. Save
---
Please google, if you need information about your software.
Thank you - VAnsweredthank you so much, it worked.
- Login to Reply