source: main/waeup.kofa/branches/uli-py3/src/waeup/kofa/students/tests/sample_student_data_duplicates.csv

Last change on this file was 8488, checked in by Henrik Bettermann, 12 years ago

Check if students with duplicate student_ids can't be imported.

File size: 438 bytes
Line 
1student_id,firstname,lastname,reg_number,date_of_birth,matric_number,email,phone,password,sex,state
2A123456,Aaren,Pieri,1,1990-01-02#,100000,aa@aa.ng,1234,mypw1,m,clearance started
3B123456,Aaren,Finau,1,1990-01-03,100001,aa@aa.ng,1234,mypw1,m,cleared
4C123456,Aaren,Berson,2,1990-01-04,100000,aa@aa.ng,1234,mypw1,m,admitted
5F123456,Frank,Meyer,1,1990-01-06,100000,aa@aa.ng,1234,,m,
6A123456,Uli,Schulz,3,1990-01-07,100002,aa@aa.ng,1234,,m,
Note: See TracBrowser for help on using the repository browser.