The data for each class is started with a header line and the end of the class
in indicated by a blank line.
The class header line contains the following, comma separated fields.
| Name | Type | Description |
| class name | String | Given name of competitor |
| No of controls | Integer | Number of controls on the course |
For each competitor in the class the following, comma separated, fields are required.
| Name | Type | Description |
| first name | String | Given name of competitor |
| surname | String | Family name of competitor |
| club | String | Short club name |
| start time | hh:mm | Start time in hours and minutes If no start time is avaliable a time of 00:00 should be specified. |
| split times | mmm:ss | The time taken for each leg in minutes and seconds. A total of (number of controls+1) split times are required. If there is no valid time for the control a time of 00:00 should be specified. |
String fields should not be quoted. If no value is available for a
string field it may be left blank (,,). .
If no value is available for a time then 00:00 should be specified.
For example:
Long,5 Matan,Naftali,Technion,09:01,2:19,1:48,1:34,1:49,2:40,1:22 Tamir,Alon,Dan,09:00,2:21,3:12,1:43,2:47,1:21,1:24 Daniel,Griff,Ramat,09:00,2:24,3:06,1:43,2:10,1:19,1:20 Short,4 Sergey,Cherniavsky,Galilee,09:00,2:19,1:48,1:34,1:49,2:40 Avi,Melez,Ind,09:00,2:21,3:12,1:43,2:47,1:21 Pavel,Levitsky,TAU,2:24,3:06,1:43,2:10,1:19