Hi...when i using diacritic in my CSV (like č,ť,ž,ý,á) then dont import them. An example
My CSV:
title,description,...
product1,proddescčšžýáícontinue description...
Just importing this:
product1,proddesc (nothing more)
Hi...when i using diacritic in my CSV (like č,ť,ž,ý,á) then dont import them. An example
My CSV:
title,description,...
product1,proddescčšžýáícontinue description...
Just importing this:
product1,proddesc (nothing more)
i there,
i just tried this on my test site and it works. I think you have to check you're db settings.
i tried this line form my example csv
product3,very nice product threečšžýáí,nice product three,cat2,5,200,200,190,2,4,5,6,9876
and here is the result
Problem has solved...i've got ANSI coding in my CSV. Changed to UTF-8 and is it OK. Thanks
yes, that is common problem with .csv documents. There are Mac's CSV, windows csv, dos csv.
I'm using mac, I always have to save as the document to ms-dos csv, and change the line break type to UNIX (LF). By default excel for mac or other mac text editor saving it as Classic Mac (CR) line breaks, it just won't be read properly in the server.
So always re-check your csv document encoding format when dealing with 'csv import' thingy. Glad you solved it, and share it here :)
You must log in to post.