# Front-end Admin # Providing CSVs for student importing ### General CSV Import / Export

Any spreadsheets being uploaded must be exported to CSV format; The process for this will differ depending on your spreadsheet editor.

The first row of an imported CSV should contain the names of the fields being imported, each row after should contain the data for a single imported record e.g:
**First Name****Surname****Email**
AliceAlisonalice.alison@example.com
BobBobsonbob.bobson@example.com
CharlesCharlesoncharles.charleson@example.com

The importer will fail to import any column that has spaces before or after the field name in the first row.

### Importing Students The student importer takes in some extra fields to allow for the linking and/or creation of student groups on import. The fields for importing Students are:
**First Name****Surname****Email****Username**
optionaloptionalrequired unless "Username" is providedrequired unless "Email" is provided
--*Must be a valid email* -
**Password****Account Type****School Name****Student Group Name**
requiredrequiredrequired if linking/creating student grouprequired if linking/creating student group
*Must be 8+ characters with 1 capital letter and 1 number* *Set this field to "Student"**If provided, must be the exact name of your school in the Wordchain admin**If provided, must be the exact name of an existing student group in the Wordchain admin*