Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
How to change default "csv response" encoding character
Step to reproduce:
- Import record with Chinese Character
- Check import 'Job Status", download "csv response" file
The csv's default encoding is UTF-8, open csv using Excel will see the garbled characters, check the screenshot below:
Open the exported csv response file by notepad, "Save AS" it to a new one and set Encoding type to "UTF-8 BOM" from the save as dialog, then open the new csv file, everything works fine.
Question: How can we change default encoding type for csv response file?
I have tried setting the "character encoding" to GBK or GB2312 in the Import Assistant page, but none of them worked.