Hello guys, Having issues with Japanese text csv i...
# csvimports
m
Hello guys, Having issues with Japanese text csv imports, any ideas?
Fixed it :)
l
How?
i
You likely need to make sure you use the correct encoding for CSV Imports, both make sure NetSuite has the appropriate encoding for the file, and that you are writing correct text to the file. UTF-8 for example.
m
True. Encoding was the key. When importing choose unicode (UTF-8)