Download & Extend

Provide hooks to allow the CSV export to be altered

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

Status:active» needs review

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.

AttachmentSize
rsvp-n968230.patch 1.8 KB
nobody click here