Bulk import of event volunteers, speakers via CSV and drush

Created on 2 April 2025, 4 days ago

Problem/Motivation

Events like the last DrupalCon ( https://www.drupal.org/community/events/drupalcon-atlanta-24-27-march-20... β†’ ) can have several hundreds of volunteers, and adding them one by one with autocomplete fields would require a huge amount of time.

Proposed resolution

Create a script where you pass an event NID and a CSV and it will add the right people to the right type of volunteer.

The format of the CSV should be 2 columns per row, like:

[username|mail|user],[coc|organizer|speaker|volunteer]

For the first column, user id, username or email is allowed.
For the second column, the following mapping will happen:

  mapping = [
    'coc' => 'field code_of_conduct_contact',
    'organizer' => 'field organizers',
    'speaker' => 'field event_speakers',
    'volunteer' => 'field event_volunteers',
  ];

If the mapping of the second column doesn't match, it will default to volunteer.

Remaining tasks

MR

✨ Feature request
Status

Needs review

Version

3.0

Component

Code

Created by

πŸ‡ͺπŸ‡ΈSpain fjgarlin

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024