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.

CommentFileSizeAuthor
#1 rsvp-n968230.patch1.8 KBDamienMcKenna
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DamienMcKenna’s picture

Status: Active » Needs review
FileSize
1.8 KB

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.