{{ template "sync/layout/base.html" . }} {{ define "title" }}Data Entry{{ end }} {{ define "extraheader" }} {{ end }} {{ define "content" }}
Your file contains several errors that must be fixed before it can be processed. Details are provided below.
We found 12 errors in your CSV file. The most common issues are:
| 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. |