Difference between revisions of "Pc2export.dat"
From PC2wiki
m (rename Scoreboard output HTML to Scoreboard HTML) |
m (add text about external id) |
||
Line 18: | Line 18: | ||
! Field !! Description !! Example !! Type | ! Field !! Description !! Example !! Type | ||
|- | |- | ||
− | |1||Reservation Id||435343||integer | + | |1||Reservation Id aka External Id||435343||integer |
|- | |- | ||
|2||Rank in contest||1||integer | |2||Rank in contest||1||integer |
Revision as of 09:40, 27 June 2010
pc2export.dat is a file created by the Export ICPC feature that contains standings information to be uploaded to the ICPC Web site.
Version 8
To generate a pc2export.dat file use the Export ICPC button on the Scoreboard module.
Version 9
To generate a pc2export.dat file use the Scoreboard Refresh button. The pc2export.dat is also created whenever the Scoreboard HTML is generated.
File Format
The file is a text file, comma delimited fields. There are 5 fields per line.
Field | Description | Example | Type |
---|---|---|---|
1 | Reservation Id aka External Id | 435343 | integer |
2 | Rank in contest | 1 | integer |
3 | Number of problems the team has solved | 4 | integer |
4 | Total Time | 534.0 | float |
5 | Time of the last submission | 233.0 | float |
The team Reservation Id is found in the PC2_Team.tab file.
See the PC² Contest Administrator’s Installation and Configuration Guide for
detailed information about these fields.
Reference
- Appendix E of the PC² Contest Administrator’s Installation and Configuration Guide