Teams2.tsv
From PC2wiki
A CCS standard TSV file that contains team information
teams2.tsv is identical to teams.tsv and an additional
column (Institution Code) has been added.
File Format
Per the CCS spec.
A text file consisting of a version line and one line for each team in the contest. Each line has tab separated fields as defined below.
The first line has the following format
Field | Description | Example | Type |
---|---|---|---|
1 | Label | teams | fixed string (always same value) |
2 | Version number | 1 | integer |
Then follow several lines with the following format (one per team).
Field | Description | Example | Type |
---|---|---|---|
1 | Team Number | 22 | integer |
2 | External ID | 24314 | integer |
3 | Group ID | 4 | integer |
4 | Team name | Hoos | string |
5 | Institution name | University of Virginia | string |
6 | Institution short name | U Virginia | string |
7 | Country Code | USA | string ISO 3166-1 alpha-3 |
8 | Institution Code | INST-U-2310 | string ISO 3166-1 alpha-3 |