Export
Events
To export the events the user has to get the cursus_export_events
permission. The permission check is not executed for sudo
users. After that an export button is displayed at the top left above events
grid in the events tab of the custom
manager page. The export will contain the events data and a comma separated list
of the participants.
Event Participants
To export the participant of an event the user has to get the
cursus_export_event_participants
permission. The
permission check is not executed for sudo users. After that an export button is
displayed right of the add participant button in the participants
tab of the event edit
window. The export will contain the participants' data.
Participants
To export the participants the user has to get the cursus_export_participants
permission. The permission check is not executed for sudo
users. After that an export button is displayed right of the create participant
button in the participants tab of
the custom manager page. The export will contain the participants' data.
Trainers
To export the trainers the user has to get the cursus_export_trainers
permission. The permission check is not executed for sudo
users. After that an export button is displayed right of the create trainer
button in the trainerts tab of the
custom manager page. The export will contain the trainers' data.
Format
The export and import format can be set with the cursus.import_export_type
system setting. The supported formats are csv
, excel
and yaml
. The default
format is excel
.
Custom Format
The export methods can be overridden in a Cursus module with extended methods.