Error Handling & Validation
Pre-Import Validation¶
After uploading your file and mapping fields, Grovana validates your data before importing. This allows you to catch and fix errors without affecting your existing data.
How It Works¶
- Upload your CSV file
- Map your columns to Grovana fields
- Review the potential errors highlighted in yellow
- Fix errors directly in the UI
- Confirm the import
Error Display¶
Rows with issues are highlighted in yellow. You can:
- Edit the cell directly to fix the error
- Remove the row to skip it entirely
This inline editing saves time — no need to go back to your spreadsheet, fix errors, and re-upload.
Common Error Types¶
Duplicate Values¶
Cause: A unique field (email, domain) already exists in Grovana or appears twice in your file.
Fix:
- Edit the duplicate value in the import UI
- Remove one of the duplicate rows
See Uniqueness Constraints for more details on how uniqueness is enforced.
Invalid Format¶
Cause: Data doesn't match the expected format (e.g., invalid email, wrong date format).
Fix: Edit the cell to use the correct format.
See Field Mapping for the expected format of each field type.
Missing Required Fields¶
Cause: A required field is empty.
Fix: Enter a value in the required field or remove the row.
Relation Not Found¶
Cause: The referenced record doesn't exist (e.g., a Company domain that wasn't imported).
Fix:
- Import the parent records first
- Or correct the reference value
See Import Relations for the correct import order and how to link records.
Tips for Fewer Errors¶
- Download the template to see the expected format prior to importing your file
- Clean your data in the spreadsheet first
- Import files in correct order to import relations (Companies → People → Opportunities)
- Test with small batches before full import
- Check for duplicates before uploading
- Limit each file to 10,000 records