Check required HubSpot fields before import
TidyImports validates required properties for contacts and companies and returns actionable row/column issue details.
TidyImports
Fix this in TidyImports — run required-field validation on your CSV
Required fields by object type
- Contacts:
email— must be present and valid for every row. - Companies:
name— every company row needs a name.
What the checker does
- Verifies the required column is present in the CSV headers.
- Checks every row for blank or invalid required field values.
- Returns a list of failing rows with column and value details.
- Generates an export that flags issue rows for manual review.
Run required-field validation on your CSV
Check required fields now →