{{template "base.html" .}} {{define "title"}}Data Entry{{end}} {{define "style"}} .upload-container { max-width: 800px; margin: 0 auto; } .schema-table { font-size: 0.9rem; } .upload-area { border: 2px dashed #dee2e6; padding: 2rem; text-align: center; margin: 1.5rem 0; border-radius: 5px; background-color: #f8f9fa; } .required-field::after { content: "*"; color: red; margin-left: 3px; } {{end}} {{define "content"}}
Your CSV file must contain the following columns in any order. Please ensure your data matches the required format.
| Field | Description | Format | Required |
|---|---|---|---|
| Latitude | GPS latitude coordinate | Decimal (e.g., 37.7749) | Yes |
| Longitude | GPS longitude coordinate | Decimal (e.g., -122.4194) | Yes |
| Plat ID | Unique identifier for the property | Alphanumeric (e.g., P12345) | Yes |
| Street Address | Nearest street address to the pool | Text (e.g., 123 Main St) | No |
Drag and drop a file here or click to browse