column headers repeated in csv after every 1000 entries
-
I got a form that has more than 1000 entries.
When I export to CSV I need to manually remove repeated column headers after every 1000 entries. Otherwise datatypes go haywire when I import csv into another database.A workaround could be to change
$per_query = 1000;
in \inc\export-csv.php in function download_csv_file(), but that may influence performance.Didn’t see how to easily prevent the repeated column headers.
Perhaps you can code it for a future update?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘column headers repeated in csv after every 1000 entries’ is closed to new replies.