source: main/waeup.kofa/trunk/src/waeup/kofa/students/tests/sample_courseticket_data.csv @ 9420

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

Reorganize ICourseTicket. Add ICourseTicketImport which validates a new field called level_session.

Customize checkConversion of CourseTicketProcessor?:
If level_session is provided in row the importer checks if
the parent studylevel exists and if its level_session
attribute corresponds with the expected value in row. The error message
then tells us why course result import fails.

File size: 257 bytes
Line 
1reg_number,matric_number,level,code,score,mandatory,level_session
21,,100,COURSE1,1,True,
32,,100,COURSE1,2,False,
4,100002,100,COURSE1,3,False,
51,,nonsense,COURSE1,5,,
61,,100,NONSENSE,5,,
71,,200,COURSE1,6,,2004
81,,300,COURSE1,6,,2008
91,,300,COURSE1,6,,200888
Note: See TracBrowser for help on using the repository browser.