Entries file help
Entries files for all draws have the following requirements:
File format
The entries file must be a CSV, TSV, TXT, or ZIP file. CSV is the most common format used. If you have an Excel file, save it as a CSV file before uploading.
How do I save my Excel file as a CSV?
- Open the Excel file, and go to File > Save As
- When selecting the filename and location, click the "Save as Type" dropdown box and select "CSV (Comma delimited) (*.csv)
- Save the file. If you receive any prompts warning you about some features being missing, continue through them
- Review the file for accuracy before using it here
How large can my file be?
Uploaded files must be less than 200MB. If your file is larger than this, consider zipping it before upload. The unzipped contents must be less than 300MB and contain only 1 txt, csv or tsv file.
If your file is still too large, consider removing unnecessary columns from the data to reduce its overall size.
The file can have a maximum of 20 million entrants.
Data structure
The file should contain one entry per row, or one entrant per row with a column containing their entry / ticket count, with an optional header row that identifies each column.
What is a header row?
The optional header row must be on the first row or line of your file. It indicates the names of each column, such as "First Name", "Last Name", etc.
What columns or data do I need?
Your file can contain as much or as little data as you want. The important thing is that you are able to tie an entry back to a specific winner after the draw.
For standard draws, one row = one entry. The contents of the row are up to you. Alternatively, you can have one entrant per row with a column that indicates how many entries they have.
We recommend excluding sensitive data from your entries file such as home addresses, dates of birth, and phone numbers.
| Total row count | {{confirmDetails.rowCount}} |
|---|---|
| Empty row count | {{confirmDetails.emptyRowCount}} |
| Column count | {{confirmDetails.headerRowColumns.length}} |
| First row data |
#{{$index + 1}}: {{col}}
|
No issues found, this file is valid and can be used as an entries file for your draw.
Start now* This file is valid and can be used as an entries file for your draw, but it contains some issues you may want to address first before proceeding.
How can I convert my Excel file?
- Open the Excel file, and go to File > Save As
- When selecting the filename and location, click the "Save as Type" dropdown box and select "CSV (Comma delimited) (*.csv)
- Save the file. If you receive any prompts warning you about some features being missing, continue through them
- Review the file for accuracy before using it here