Hey there, this is a great module!! Is there any way it could work with accents? I need to import data in french, so I'm not sure if it could eventually work with files encoded in UTF-8 ?

Thanks a lot
Patchak

Comments

giorgio79’s picture

You should be able to, have you tried it yet?

patchak’s picture

Hey there, I did try... does not import... I will test a little more tomorrow and make sure that my file is in utf-8.

thanks

alex_b’s picture

Status: Active » Closed (fixed)

CSV Parser is all UTF-8 and expects the input file to be UTF-8. So, as long as your CSV file is in UTF-8, you're fine. If this does not cover your use case, please re-open - I will close for now, as there are no plans to support non UTF-8 files.