Sift Data cleaning for CRM imports

HubSpot import errors

Fix "could not parse date" on a HubSpot import

This error means HubSpot could not read a value in a date property because it is not in a format HubSpot recognizes, or the date format you picked during import does not match the file. The usual cause is a column of ambiguous or mixed dates, not a single bad row. The fix is to standardize the whole column to one clear format, then pick the matching format in the import step so the two agree.

Standardize your dates in Sift, free →

What the error looks like

Value in your fileWhy HubSpot chokes
07/05/2026Read with the wrong day and month order, so it lands on the wrong date or fails
May 7, 2026Text with a month name, not parsed
2026/13/01Impossible month, there is no month 13
45784A serial number Excel left behind, not a date

A UK-format file is the classic trigger, because 05/07/2026 means the 5th of July when it is written day first, but HubSpot reading it month first turns it into the 7th of May or rejects it outright.

Why it happens

The manual fix

  1. Standardize the column to one clear format. YYYY-MM-DD is unambiguous, because there is only one way to read 2026-07-05.
  2. Choose the matching date format in the HubSpot import step, so the format you selected and the values in the file agree.

The Sift fix

  1. Drop your CSV or Excel file into Sift. It standardizes the whole date column to an unambiguous format like YYYY-MM-DD in one pass.
  2. Sift converts Excel serial numbers like 45784 back into real dates automatically.
  3. It previews the ambiguous rows, the ones where day and month are both 12 or under, so you decide once for the whole file instead of guessing row by row.
  4. Review every change with a diff, then export the cleaned file and import it, picking the matching date format in HubSpot.
Sift runs entirely in your browser. Your file is never uploaded, so your contact dates stay on your machine.

What Sift can't fix

Honesty matters here: if a single cell is genuinely ambiguous and has no other clue, like a lone 04/05/2026 with nothing else to disambiguate it, Sift shows it to you to decide rather than guessing. And Sift cleans the file, not the import wizard, so you still pick the matching date format in HubSpot's import step yourself.

Related guides