CSV
When uploading results to Movemint using a CSV, upload each sub-event as a separate CSV. The title of the CSV will be the name of the result on the event page. For example, if you upload a CSV with the title, "10k", this is what will show as the header of the result. You can edit the name of your CSV in the results tool. To upload results using CSV:
Ensure the CSV's first row contains column headers (e.g.,
first_name
,last_name
) for proper mapping. Include Time and bib (if applicable) for each participant.Identify participants by either:
Providing a
movemint_confirmation_code
(available by exporting participant data).Including
first_name
,last_name
,gender
(female, male, non-binary, or blank if unknown), andage
. You can also usedob
formatted as YYYY-MM-DD instead ofage
.
Movemint auto-assigns all finishers to overall and gender overall categories (Overall, Female, Male, and Non-Binary). In addition to Movemint's overall and gender overall categories, you can optionally include categories that are specific to your race. If you include a
category
column, we'll use those categories. If you don't include acategory
column, we'll assign participants to our standard age group categories (e.g. 1-14 Female, 15-19 Female, 20-24 Female, etc., up to 80+ Female).
Each results file should correspond to a single event (e.g., 5k). For multiple sub-events, upload separate results files for each (e.g., one for 5k, another for 10k).
For events with multiple heats or a wide range of finishers, use the "Reupload Results" feature to maintain the results name and links while updating data.
Movemint provides helpful messages if there are issues parsing the results data.
An example CSV is available to ensure correct formatting.
To learn more about uploading results, see our how-to video here.
Last updated