Import teams CSV data file

Import teams CSV data file

Clear existing teams File

Import a Comma-Separated Values (CSV) file with teams data. The file content must have 1 record per line and columns separated by commas, semi-colons or tabs. Separators are automatically detected.

An optional header line may assign a names to columns. The type of each column is automatically inferred from the headers, if possible. Available types are the following.

  • id - of participant (may be generated on import, if omitted)
  • first_name - of participant
  • last_name - of participant
  • name - of participant (concatenation of the previous, if omitted)
  • email of participant
  • gender - of participant ("Male"/"M" or "Female"/"F")
  • role - of participant ("Coach" or "Contestant")
  • team - identification (mandatory)
  • password in clear text for team authentication
  • group - of team (University, Country, etc)
  • flag - of group
  • color - of group
  • acronym - of group (generated from name, if omitted)
  • country - of team (unused)
  • status - of participant (unused)

If an header line is not available, or if types cannot be inferred from headers, then you must assign a type to each column.

Even if a type for every column is automatically inferred you should always double check them and make the appropriate changes, if needed.