MyClub dot Run

Guides  FAQ 

User Import

Related topics: or see All Topics

Files are in Comma Separated Value(CSV) format. This is widely supported and any spreadsheet should be able to export in this format.

The supported fields are:

Name

The user's name, e.g. "Alice" or "John Smith".

Email

The user's email address. A check will be made to see if a user with this email address already exists. Capitalised addresses are converted to lowercase.

Invite Message

A message to with the invite.

Suggested User Name

A "suggested" username. If not supplied a suggested username is auto generated.

File headers may be in upper or lower case and spaces are optional. e.g. "Invite Message", "INVITE MESSAGE" and "invitemessage" are all valid. The order of the columns is not important.

Example File

name,      suggested username, email,          invite message
Paul,      paul,               paul@test.com , Hi Paul
John,      ,                   john@test.com
Alice ,    alice,              alice@test.com