CSV example for certificate importation

This is an example file and this data can't be imported on your platform. The user id must correspond to users existing on your platform.
The mandatory fields are emphasized. The other fields can be omitted. The separator is always the ";". If you want to overwrite the scores, you must choose the "Overwrite score" option.

Complete CSV score importation file

username;official_code;lastname;firstname;score;date
bgate;bgate;Gate;Bill;2;02/25/09 12:24 PM
ltorvald;ltorvald;Torvald;Linus;10;02/25/09 12:24 PM
jsmith;;Smith;John;3;


Minimal CSV score importation file

This is possible to use a minimal file if you choose the "Ingnore error option" :

username;score
bgate;2
ltorvald;10
jsmith;3

Presence score importation file

For the presence this is the same file except the score fied which is "0" for absent and "1" for present :

username;official_code;lastname;firstname;score;date
bgate;bgate;Gate;Bill;0;02/25/09 12:24 PM
ltorvald;ltorvald;Torvald;Linus;1;02/25/09 12:24 PM
jsmith;;Smith;John;0;