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
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
Comment #1
giorgio79 commentedYou should be able to, have you tried it yet?
Comment #2
patchak commentedHey 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
Comment #3
alex_b commentedCSV 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.