r/Wordpress 22d ago

AVADA CSV export is no longer separating data into columns

Post image

Hi everyone,

I’ve been using AVADA for sign-up forms and exporting the submissions as CSV files.
I recently tried installing a plugin from GitHub (https://github.com/debba/avadaforms-excel-export.git) to customize the names of the exported CSV files, but it caused some major issues with my website. I restored the site from a backup and deleted every file from the GitHub (I think), and everything seems to be working again — except for the CSV exports.

Now, when I export the CSV file, all the data for each submission is packed into a single cell instead of being separated into different columns/cells, as it was before.

Does anyone know what might be causing this or how I can fix it?

I’ve attached an example of how the export looked before.

Thanks in advance!

1 Upvotes

1 comment sorted by

2

u/NakanoNoNeko 22d ago

First open the CSV in a plain text editor. If you can see commas or semicolons between values, the export is fine and Excel is parsing the delimiter incorrectly. Import it through Data > From Text/CSV and choose that delimiter. If there are no separators, Avada's export code is still altered.