Tools Solutions Pricing Blog
Log in Start for free
Blog

Practical guides for cleaner data

How to fix CSV imports, standardise messy data, and stop doing the same cleanup work every week.

How to Anonymize a CSV Before Sharing It With a Contractor

An agency or consultant just asked for a CSV export. Sending the raw file is a compliance risk. Sending it fully redacted makes it useless. Here's the middle ground that keeps the data analyzable.

Read article →

Redact, Hash, or Fake: Which Anonymization Strategy to Use for Each Column

A practical decision guide for anonymizing CSV columns. When to redact, when to hash, when to replace with fake data, and why picking the wrong strategy either leaks information or destroys the analysis.

Read article →

GDPR and CSV Exports: What You Can and Can't Share With a Third Party

A plain-language guide to what GDPR actually says about sharing CSV exports with vendors, agencies, and consultants. Anonymized vs pseudonymized data, what hashing changes, and what to check before you send.

Read article →

How to Standardise UTM Parameters Across Your Marketing Team

When multiple people build UTM links independently, attribution splits into fragments. Here's how to define a naming convention and enforce it without a style guide nobody reads.

Read article →

How to Prepare a CSV for CRM Migration (Without Losing Data)

Migrating from HubSpot, Salesforce, or Pipedrive? Here's how to clean and reshape your CSV exports before they hit the new CRM, so you don't lose history, picklist values, or relationships.

Read article →

Repeatable CSV Import Workflows for RevOps Teams

Most ops teams treat each CSV import as a fresh problem. Here's how to turn recurring imports into 30-second workflows by building reusable mappings, normalisation rules, and validation checks.

Read article →

CSV Values Converter: How to Bulk Replace Values in a CSV Column

Convert values in a CSV column at scale: country codes, status numbers, language values. Why bulk find-and-replace fails, and how to build a reusable value mapping.

Read article →

How to Fix Encoding Errors in a CSV File (Accents, Special Characters)

Open a CSV and see é become é or ç become garbage? Learn what causes CSV encoding errors and how to detect and fix UTF-8 vs Windows-1252 mismatches.

Read article →

How to Standardise Date Formats in a CSV File

MM/DD/YYYY or DD/MM/YYYY? Learn how to detect which date format your CSV uses, convert it to ISO 8601, and avoid silent data corruption downstream.

Read article →

Why European CSV Files Break in CRM Imports (and How to Fix Them)

CSV files from French or German Excel use semicolons, comma decimals, and DD/MM/YYYY dates. Here's what breaks when you upload them to HubSpot, Salesforce, or Pipedrive, and how to fix it.

Read article →

How to Split a Column in a CSV Before Importing to Your CRM

HubSpot and Salesforce require separate first and last name fields, but your export has a single Name column. Here's how to split columns in Excel and Google Sheets, and what to do when formulas break.

Read article →

Free CSV Cleaner Online: What It Can (and Can't) Fix Before Your CRM Import

Not all CRM import problems can be solved by an online tool. Here's which issues a free browser-based CSV cleaner handles automatically, and which ones still need manual work.

Read article →

The Best Free CSV Import Tools for CRM (HubSpot, Salesforce, Pipedrive)

Looking for free CSV import tools for your CRM? Here's an honest comparison of your options, from native CRM importers to browser-based tools, and when each one is the right call.

Read article →

How to Standardise Picklist Values Before a CRM Import

Picklist fields in HubSpot, Salesforce, and Pipedrive only accept exact values. Learn why IF statements in Excel break down at scale, and how to build a reusable mapping before your next import.

Read article →

Pipedrive CSV Import: Column Names, Field Types, and Common Errors

A practical guide to importing CSV files into Pipedrive — covering column naming, required fields, custom field types, picklist values, date formats, and the most common import errors.

Read article →

How to Clean an Event Attendees List Before Importing It Into Your CRM

Event registration exports are messy by nature — free-text fields, inconsistent company sizes, duplicate attendees, and job titles entered a hundred different ways. Here's how to clean them before they pollute your CRM.

Read article →

Salesforce CSV Import: Column Names, Picklist Values, and Common Errors

A practical guide to preparing a CSV file for Salesforce import — covering column naming differences between the Data Import Wizard and Data Loader, picklist validation, date formats, and the most common errors and how to fix them.

Read article →

The Complete CSV Cleaning Checklist Before Any Data Import

A practical checklist covering every common CSV data quality problem — inconsistent values, date formats, encoding issues, duplicates, whitespace, and more — before you import into any system.

Read article →

Why Your HubSpot CSV Import Keeps Failing (and How to Fix It)

HubSpot CSV imports fail for three predictable reasons: wrong column names, rejected picklist values, and incompatible date formats. Here's how to fix each one before you upload.

Read article →