You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Problem: Not all question titles are included in the CSV header during subscriber export.
Describe the solution you'd like
All question answer fields are includes when I export subscribers as CSV.
Describe alternatives you've considered
Cause: Currently the csv export (/admin/export-subscribers-email?csv=) creates the CSV header based on all responses of the first subscriber, potentially missing other columns which may be introduced when new questions are added which later subscribers provide data for. The json export (/admin/export-subscribers-email?json=) does not have this issue.
Is your feature request related to a problem? Please describe.
Problem: Not all question titles are included in the CSV header during subscriber export.
Describe the solution you'd like
All question answer fields are includes when I export subscribers as CSV.
Describe alternatives you've considered
Cause: Currently the csv export (
/admin/export-subscribers-email?csv=
) creates the CSV header based on all responses of the first subscriber, potentially missing other columns which may be introduced when new questions are added which later subscribers provide data for. The json export (/admin/export-subscribers-email?json=
) does not have this issue.Additional context
subscribie/subscribie/blueprints/admin/export_subscribers.py
Line 9 in aa755cf
https://chatgpt.com/share/ffc1c6af-5d2f-40d2-bf77-9e5c5d721e2f
The text was updated successfully, but these errors were encountered: