Last edited time
Jan 9, 2025 7:31 PM
Import teams by going to the Players Tab within your Tournament, League, or Event.
To import players, you’ll need to create a CSV file. Use your favorite spreadsheet editor and add the following columns:
id
memberId
events
lastName
firstName
birthDate
gender
phone
email
address
city
state
zipCode
rating
archived
Template
Here are some example player import templates: https://docs.google.com/spreadsheets/d/1FdWRyfvrZIC3QpGZ35XNGalIYTA6GqexzbkYRM4JPcI/edit#gid=1866845846)
Field Explanations
id
(required) - A unique identifier per player. This can be any alphanumeric combination.events
- A comma- or newline-separated list of event IDs.- An event ID is the unique id of an event in your tournament or league, ex.
under-2000
. memberId
- (only applicable if your tournament has specified a membership system)- If the player has a member ID within the tournament system (USATT ID in a USATT-system tournament, for example) this should just be their member ID (ex.
218348
). - If you fill out the memberId and this membership exists within Stadium’s database, you can leave the other fields blank and Stadium will automatically fetch them for you.
- If the player has NO member ID, leave this blank.
lastName
- The player’s last name.firstName
- The player’s first name.birthDate
- The player’s date of birth, formatted asYYYY-MM-DD
.gender
-M
for male,F
for female, or leave empty.phone
- The player’s phone number.email
- The player’s email address.address
- The player’s home street address.city
- The player’s home city.state
- The player’s home state.zipCode
- The player’s home zip code.rating
- The player’s rating for use in this tournament. Leave empty for unrated players.archived
- (Uncommon) Whether or not you want to archive this player. Leave empty for most cases. This is mostly useful for archiving or un-archiving players in mass.- Accepts two values:
true
orfalse
.