Difference between revisions of "Accounts.tsv"
From PC2wiki
m (→File Format: fixed account.tsv line format/fields) |
m (→See Also: add reference to CCS accounts.tsv) |
||
Line 40: | Line 40: | ||
==See Also== | ==See Also== | ||
* [[Extractor]] | * [[Extractor]] | ||
+ | * Reference CCS [[https://clics.ecs.baylor.edu/index.php/Contest_Control_System#accounts.tsv| accounts.tsv]] | ||
[[Category:CCS|CCS]] | [[Category:CCS|CCS]] |
Revision as of 20:13, 4 March 2015
A CCS standard TSV file that contains account information.
File Format
Per the CCS spec.
A text file consisting of a version line and one line for each non-team account 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 | accounts | fixed string (always same value) |
2 | Version number | 1 | integer |
Then follow several lines with the following format (one per account).
Field | Description | Example | Type |
---|---|---|---|
1 | Account Type | judge | string |
2 | Full Name | Per Austrin | string |
3 | Username | austrin | string |
4 | Password | B!5MWJiy | string |
Account Types are: judge, admin, analyst, feed-all, feed-public, feed-floor.
See Also
- Extractor
- Reference CCS [accounts.tsv]