Is it possible to change the column headers in the CSV report? Some of them are very wordy and I have to update them before I can send the report on to the department the event is for.
Specifically I’d like to change the following:
Count of this registration… to Count
Registration’s Share of the …. to Subtotal
Transaction Amount Due to Total
Amount Paid to Paid
Within the strings array you have the original string on the left and the replacement on the right, like this:
'Count of this registration in the group registration ' => 'Count',
Note that the original string must match the string exactly as it is within the code, for example, the trailing space on the above, is included in the code so must be used above.
You can add that to a custom functions plugin on your site, we have some documentation on creating one here:
The support post ‘CSV Exports EE4’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.