Skip to content

How do I import teams from a CSV file?

  • The event must be stopped
  • A CSV file with your team data (see format below)
  1. Open your event → Teams tab.

Teams tab with Import button

  1. Click Import.
  2. Select your CSV file.
  3. Review the imported teams in the list.

The CSV file must follow this format:

ColumnRequiredDescription
Team NameYesDisplay name for the team
EmailNoTeam contact email (used for message forwarding)
AllianceNoName of the alliance to assign the team to
RouteNoName of the route to assign the team to
  • Separator: Semicolon (;) or comma (,)
  • Encoding: UTF-8 recommended (to handle accented characters)
  • Header row: Optional — if present, it is skipped automatically
  • One team per row

Example:

Team Alpha;alpha@example.com;Red Alliance;Route North
Team Beta;beta@example.com;Blue Alliance;Route South
Team Gamma;;;

All teams from the file appear in the Teams tab. You can edit any team individually after import to assign routes, alliances, or upload photos.

If something goes wrong: If some rows fail, check for special characters or empty fields in your CSV. Fix the file and try again — importing does not create duplicates if the same team number already exists.

For adding teams manually, see Add teams.