我正在用德语导入一些属性,并使用UTF-8将文件导出为CSV。它正在截断一些德语单词。
CSV的内容-
标头- attribute_set、affiliate_category_de、类型、sku
正在被截断的文本-
"Wohnen & Lifestyle > Büro -截断为- Wohnen & Lifestyle > B“
"Wohnen & Lifestyle > Bar & Küche -截断为- Wohnen & Lifestyle > Bar & K“
"Geschenke > Für Kinder -截断为- Geschenke > F“
这些值在Global dropdown属性中预留。
请指教
发布于 2014-07-08 17:03:35
在到处寻找后发现了这个论坛-
http://understandinge.com/forum/all-things-coding/characters-that-magmi-wont-import/
并使用UTF8的OpenOffice计算来保存CSV,它导入得很好没有问题。
https://stackoverflow.com/questions/24609199
复制相似问题