Sep 21st, 2009, 10:53 AM
I'm creating an easy way to export just the email addresses from a form's submissions. I'm using export manager to create a CSV export.
What I want is to get a csv file that contains only the displayed columns of a view, instead, I get a csv with all the fields in the form. I've tried deleting all other columns from the view, but still the csv export from that view includes all fields.
One question that's come up in this is what smarty variables are available to the export type template? It's iterating through $display_fields, so perhaps I need to be using another array, but I haven't been able to find what that might be.
thanks!
What I want is to get a csv file that contains only the displayed columns of a view, instead, I get a csv with all the fields in the form. I've tried deleting all other columns from the view, but still the csv export from that view includes all fields.
One question that's come up in this is what smarty variables are available to the export type template? It's iterating through $display_fields, so perhaps I need to be using another array, but I haven't been able to find what that might be.
thanks!