{{template "base.html" .}} {{define "title"}}Data Entry{{end}} {{define "style"}} .results-container { max-width: 1000px; margin: 0 auto; } .error-code { font-family: monospace; padding: 0.2rem 0.4rem; background-color: rgba(220, 53, 69, 0.1); border-radius: 0.2rem; color: #dc3545; } .error-table { font-size: 0.9rem; } .error-suggestions { color: #495057; } .table-header-error { width: 40%; } .table-header-suggestion { width: 40%; } .table-header-line { width: 20%; } {{end}} {{define "content"}}

Upload Failed: pools-data-2023.csv

Validation Errors
Error Summary
Download Error Log

We found 12 errors in your CSV file. The most common issues are:

  • Missing required column: The "Latitude" column is not present in your file
  • Invalid data format: 8 GPS coordinates contain non-numeric values
  • Empty required fields: 3 records are missing Plat ID values
Detailed Error Report
Line Number Error Suggestion
1 MISSING_COLUMN
Required column "Latitude" is missing from the header row
Add a "Latitude" column to your CSV file. Make sure the spelling and capitalization match exactly.
5 INVALID_DATA_FORMAT
GPS coordinate "37.45N" is not a valid decimal number
Change "37.45N" to a decimal format (e.g., "37.45"). Remove any non-numeric characters except for the decimal point.
8 EMPTY_REQUIRED_FIELD
Plat ID is empty or missing
Add a Plat ID value for this record. Each pool must have a unique identifier.
12 INVALID_DATA_FORMAT
GPS coordinate "unknown" is not a valid decimal number
Replace "unknown" with the actual longitude value in decimal format (e.g., "-122.4194").
17 INVALID_DATA_FORMAT
GPS coordinate "N/A" is not a valid decimal number
Replace "N/A" with the actual latitude value in decimal format (e.g., "37.7749").
21 EMPTY_REQUIRED_FIELD
Plat ID is empty or missing
Add a Plat ID value for this record. Each pool must have a unique identifier.
Next Steps
  1. Download the error log for a complete list of issues (optional)
  2. Fix the errors in your CSV file
  3. Re-upload the corrected file using the button below
Need help? Contact support
{{end}}