Import Students from CSV
Select or Upload CSV File
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.