Support

Home Forums Event Espresso Premium Remove columns in export csv file of registrations

Remove columns in export csv file of registrations

Posted: October 14, 2019 at 1:00 pm

Viewing 1 reply thread


islandartparty

October 14, 2019 at 1:00 pm

HI I need to remove some of the columns or at least have the ability to remove some of the unnecessary columns in the CSV export. How do I do that??
Video explaining: https://www.loom.com/share/15ae4ded214f4ad888a5924930281f16


Josh

  • Support Staff

October 14, 2019 at 1:29 pm

Hi,

You could take two different approaches for this. For example if you have only a few you want removed, you can specify exactly which ones to remove/exclude with a code snippet like this one:
https://github.com/eventespresso/ee-code-snippet-library/blob/master/admin/registration-reports/core/tw_registration_report_exclude_fields.php

If you want to remove many fields, leaving only a few, then this approach where you specify the fields to include is recommended:
https://github.com/eventespresso/ee-code-snippet-library/blob/master/admin/registration-reports/core/registration_report_limit_columns_shown.php

Viewing 1 reply thread

The support post ‘Remove columns in export csv file of registrations’ 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.

Event Espresso