Hi, we are attempting to adjust the field output of the data being received so we can ensure the most fundamental values are received first in the CSV field order. What would be the best method to do this? I have a team of staff that can support whatever may be required, including custom development in WordPress; we don’t wish to change anything involved with the plugin(s) themselves, just merely adjust the output. Your help is greatly appreciated.
Thanks,
Josh pointed out that your using EE3 rather than EE4 so the above won’t work for you.
With EE3 the function that is used to output the CSV is ‘pluggable’ which means you can replace it with your own version and set the order however you prefer.
You’ll need to look within \event-espresso\includes\functions\export.php
The export function for the attendees is the espresso_export_stuff() function.
You can create a file called custom_functions.php, copy that function into there and edit the code there, then place that file within /wp-content/uploads/espresso/
That function will then be used in place of the original, you developer should be able to follow the code used there to alter the output to suit.
If you have any questions please do let me know.
Viewing 2 reply threads
The support post ‘Rearranged output’ 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.