Import Students from CSV

Select or Upload CSV File

-- OR --

The CSV file should contain student data with headers. The system will attempt to automatically map the columns, but you'll be able to adjust the mapping.

Sample CSV Format

Your CSV file should have some or all of these columns:

chinese_name;pinyin_name;western_name;student_number;year;major;course;subject;email;first_name;last_name

Example:

王明;Wang Ming;Mike Wang;20210123;2021;Computer Science;Web Development;PHP;wang.ming@example.com;Mike;Wang

Both comma (,) and semicolon (;) delimiters are supported. The system will automatically detect which is being used.