Import Contestants
|
Imports contestant data from a tab-delimited text file.
File must contain a single contestant per line with the following required fields:
name, NAR/Team number, division, competition division, section number
Additional optional fields may be included. Be sure to include tabs for any missing fields.
pre-NARAM points (National Meet only), address, city, state, postal code, country, telephone, email
example:
Kidwell, Chris 45225 C C 139 12345 Sterling VA
Section pre-NARAM points may also be included in the following format:
section name, section number, division ("S"), pre-NARAM points
example:
NARHAMS 139 S 51133
Any additional information on the line, such as contest factors, is ignored.
|