Common Schedule CSV Import Errors
Scheduled Games CSV Import Errors
Home / Visitor Division is not found
The division name in the CSV file must exactly match the division name in GameSheet. Double check that the name is an exact match in all the rows where errors were reported.
Home / Visitor Team is not found
The team name in the CSV file must exactly match the team name in GameSheet. Double check that the name is an exact match in all the rows where errors were reported.
Game date format is invalid
The expected date format is YYYY-MM-DD
. Ensure that all of your dates match this format.
Scheduled start time is invalid
The scheduled start time will accept time formatted either in 12-hour or 24-hour clock. Examples of valid times: 1:00PM, 13:00, 11:00AM, 11:00. Examples of invalid times: 13:00AM, 8, 11A.M.
Team Roster CSV Import Errors
Type is Invalid
Each row in the CSV must specify the type of team member being imported. Valid options are player
and coach
.
Jersey Number is invalid
Jersey number is not required, but if specified it must be a valid integer from 1 to 99.
Position is Invalid
- Position is not required, but if specified valid options for players are
forward
,defence
, andgoalie
. - Valid options for coaches are
head_coach, assistant_coach, trainer, assistant_trainer, manager, head_coach_at_large, assistant_coach_at_large and trainer_at_large.
.
Designation is Invalid
Designation is not required, but if specified valid options are captain
and alternate_captain
.
Birth Date format is invalid
The expected date format is YYYY-MM-DD
. Ensure that all of your dates match this format
Nothing happens / page stops responding
This can happen if the number of players / coaches being imported grows too large. If you have a large file and the import is not working, try breaking the file up into several smaller files.