Hello, I am still not finding the solution to open my CSV in excel without the problem of special characters in french. I looked at the ideas on the links cited in the old post. What can I do?
Event Espresso already sets headers to ensure the CSV is in UTF-8
It sets header("Content-Type: text/csv; charset=utf-8"); and also sets the UTF-8 BOM shown HERE.
The problem is that some versions of Excel ignores the above so some versions will work, others will not.
To consistently open the exports using UTF-8 you need to import the data from file or use another program such as OpenOffice that automatically requests details of the file when opening.
To import within Excel go to Data -> ‘Get External Data’ -> From text (or from file if you have the option)
The support post ‘Export CSV BUG’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.