{% extends "admin/base_site.html" %} {% load static %} {% block title %}Import Registered Members CSV{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Import Registered Members from CSV

CSV Format Requirements

Your CSV file must have the following columns (header row required):

Package validation: When scanning at a specific sub-event (e.g. Conference), the system checks that the member's Package Name contains the event type keyword (e.g. "CONFERENCE"). Mismatched packages are rejected at the scanner.

Note: If a member with the same Registration Code already exists, their record will be updated.

{% csrf_token %}

If selected, all imported members will be linked to this event category (umbrella). The member's Package Name determines which specific sub-events they may attend.

{% endblock %}