Posted: September 11, 2018 at 4:58 pm
Hello, This is how it appears like on WordPress when I click on View Registration Details: This is how it appears when I open the CSV file generated from the “All Registrations CSV Report” button: I’m not sure if it’s an export issue or an Excel issue. Please advise. |
|
Hi, You’ll probably need to follow these steps when importing the CSV to Excel: https://stackoverflow.com/a/6488070 For what it’s worth, I checked, this is how the CSV appears in Apple Numbers: |
|
I was not able to follow those steps, as I wasn’t able to find “Import External Data” on my version of Excel (2016). It also wouldn’t really be easy to do as double-clicking the file and seeing the correct text since I would have to import the CSV each and every time I need to open the file. After some further reading in the stackoverflow link, there’s a post from the user Elmue that I found relevant: “If you put the same values into a HTML file and save that file as UTF8 file with BOM with the file extension XLS you will get the correct result.” Perhaps something like this might be what EventEspresso implement in a future update? Or perhaps an option to export as XLS(X) or just a HTML file? In the meanwhile I don’t have a solution to actually see the gibberish without having to install something like OpenOffice on my Windows machine. |
|
We had this in the export before we added the batch system, you can switch to that, but you’ll need to add some code to your wp-config.php file. Add this:
Add the above to a line above where it says:
The export will then include the UFT-8 BOM by default.
We don’t have any plans to add any Excel specific formats to EE. |
|
Thanks Tony, that worked perfectly, after exporting again the Chinese characters appeared just fine. Because it’s using the old CSV export method (I think), it doesn’t have that longer filename with the date/times the new exports have, which was a really nice feature now that I don’t have it anymore. Any chance the current export method might include the UFT-8 BOM by default? |
|
I’ve created a ticket to investigate adding the UTF-8 BOM to the batch system CSV’s to a future version of EE, however as it stands you’ll need to use the above workaround. |
|
The support post ‘Chinese Characters Not Showing Up On Export’ 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.