Dataset Cleaner & Deduplicator
Pricing
from $0.30 / 1,000 item cleaneds
Dataset Cleaner & Deduplicator
Clean, normalize and deduplicate any dataset: field names, whitespace, empty values, numbers, plus exact and fuzzy duplicate removal.
Dataset Cleaner & Deduplicator
Pricing
from $0.30 / 1,000 item cleaneds
Clean, normalize and deduplicate any dataset: field names, whitespace, empty values, numbers, plus exact and fuzzy duplicate removal.
ID of a dataset produced by any other Actor. Leave empty if you paste data below.
Array of JSON objects. Only used when no Dataset ID is provided.
Turns 'First Name', 'firstName' and 'FIRST_NAME' into a single 'first_name' key.
Removes leading and trailing spaces, collapses repeated spaces.
Converts 'N/A', 'null', '-' and 'unknown' into real null values.
Converts all email fields to lowercase so 'John@X.com' and 'john@x.com' are treated as one address.
Strips spaces, dots and dashes while keeping the international prefix.
Turns '1 234,56' and '1,234.56' into real numeric values. Handles both European and US formats.
Shrinks output size by removing keys with no value.
Any row missing one of these fields is discarded.
[]Exact compares values literally. Fuzzy catches near-duplicates like 'Société Dupont' and 'SOCIETE DUPONT', whatever the accents or casing.
Leave empty to compare the entire row.
[]Name of the field to match on, for example 'company_name'.