No matter what browser I use when we batch export to a CSV it shows it on the screen. My user isn’t in a place to change the filename due to skillset. Thoughts?
Are you using the latest version of Event Espresso 4? (Currently v4.9.75.p)
When you run an export, does it try to download the file straight after the click, or does it direct your to a ‘batch’ page where you can see a progress bar first?
Generally when the above happens it means the server has incorrect mime types for CSV’s so the browser opens the file as HTML. You can try adding:
AddType application/ms-excel .csv
To your sites .htaccess file within root, however, if using the batch system (progress bar) EE should be setting that mime type automatically for you.
The support post ‘CSV Export (3)’ 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.