{# import students #}

{{ 'Import Students'|trans }}  


  • 1. Your CSV data should be in the format below. The first line of your CSV file should be the column headers as in the table example. Also make sure that your file is UTF-8 to avoid unnecessary encoding problems.
  • 2. If the column you are trying to import is date make sure that is formatted in format Y-m-d (2020-01-17).
  • 3. Duplicate email rows won't be imported.
  • 4. File can be convert to csv from excel by clicking on this link {{ 'Convert Excel to CSV' }}
*{{ 'First name' | trans }}
Contact field
* {{ 'Last name' | trans }}
Contact field
*{{ 'Email' | trans }}
Contact field
* {{ 'Password' | trans }} {{ 'Admission number' | trans }} {{ 'Gender' | trans }} {{ 'Registration Time' | trans }} {{ 'Active' | trans }} {{ 'Guardian1 First name' | trans }} {{ 'Guardian1 Last name' | trans }} {{ 'Guardian1 Email' | trans }} {{ 'Guardian1 Password' | trans }} {{ 'Guardian1 Relation' | trans }} {{ 'Guardian1 Is Active' | trans }} {{ 'Guardian1 Gender' | trans }} {{ 'Guardian2 First name' | trans }} {{ 'Guardian2 Last name' | trans }} {{ 'Guardian2 Email' | trans }} {{ 'Guardian2 Password' | trans }} {{ 'Guardian2 Relation' | trans }} {{ 'Guardian2 Is Active' | trans }} {{ 'Guardian2 Gender' | trans }}
{{ 'Sulaman' | trans }} {{ 'Khan' | trans }} {{ 'sulaman@example.com' | trans }} {{ 'sul09' | trans }} {{ '19' | trans }} {{ '1' | trans }} {{ 'now' | date }} {{ '1'|trans }} {{ "Jenifer" | trans }} {{ 'Steve' |trans }} {{ 'jenifer@example.com' | trans }} {{ 'sul09' | trans }} {{ 'Mather' |trans }} {{ '1' | trans }} {{ '1' | trans }} {{ 'John' | trans }} {{ 'Steve' | trans }} {{ 'john@example.com' | trans }} {{ 'sul09' | trans }} {{ 'Father' | trans }} {{ '1' | trans }} {{ '1' | trans }}

{# select file to upload and import... #}