Posted by DamienMcKenna on November 10, 2010 at 9:36pm
1 follower
| Project: | RSVP |
| Version: | 6.x-2.x-dev |
| Component: | Integration |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
It would be very useful to be able to add extra data to the CSV export, e.g. profile fields, etc. A few simple hooks would allow this.
Comments
#1
Have provided a patch that adds two new hooks:
hook_rsvp_csv_hash_headers_alter(&$header)
Allow other modules to alter the header row of the exported CSV file.
hook_rsvp_csv_hash_row_alter(&$out, $row, $i)
Allow other modules to alter the individual rows output in the CSV.