{% extends 'base.html' %} {% load static %} {% block title %}Import Students - Rapha-Bethel BNPS{% endblock %} {% block content %}

Import Students

Back to Student List
Upload Student CSV File
{% csrf_token %}
File must be in CSV format with headers matching your data
Select a class here to assign all students in the file to that class, overriding the Class column in the CSV.
Class is required. Every row must have a valid Class code (e.g. CL6-A, CM2-A, NUR1-A), or select a Target Class above. Rows without a class will be skipped and reported as errors.
CSV Format Options:
Format 1: Class 6 Style
NAME,DATE OF BIRTH,PLACE OF BIRTH,SEX
John Doe,15/05/2015,Douala,M
Jane Smith,22/08/2015,Yaounde,F
Format 2: Standard
First Name,Last Name,Date of Birth,Gender,Class,Parent Name,Parent Phone
John,Doe,15/05/2015,M,CL5-A,Peter Doe,677889900
Jane,Smith,22/08/2015,F,CL5-A,Mary Smith,699123456
Import Instructions
  1. Download the sample CSV template
  2. Fill in your student data following the format
  3. Upload the file using the form above
  4. The system will automatically generate student IDs
{% endblock %}