Subdivisions - subdiv_name.dat
Thu, Sep 8, 2016
Subdivision Name
| Index | Column | Name | C Type | PHP Type | Examples |
|---|---|---|---|---|---|
| 0 | A | ID | char* | string | ‘852’, ‘709’, ‘837’, ‘702’, ‘822’ |
| 1 | B | Level | char* | string | {‘Premier’, ‘Recreational’} |
| 2 | C | Gender | char* | string | {‘Boys’, ‘Girls’} |
| 3 | D | Age Group | char* | string | ‘U-14’, ‘U-11’, ‘U-13’ |
| 4 | E | Subdivision | char* | string | ‘2’, ‘2’, ‘3’, ‘USA’, ‘5’ |
| 5 | F | Extra Pipe at End of Line | void* | string |
ID
The subdivision id is embedded in the first 3 characters of the team id.
Level and Gender
These two columns are a set. Levels is either Premier or Recreational. Gender is either Boys or Girls.