Clean

CSV cleaner — validate, dedupe, sort, filter and split.

Real CSVs are rarely clean. Headers have typos, rows have wrong column counts, values are duplicated, dates are inconsistent. The tools below find the problems, then fix what's fixable — without leaving the browser.

Validate first

Find the issues before fixing them.

The validator runs nine detectors — missing values, type mismatches, duplicate rows, empty columns, duplicate headers, broken rows, invalid quotes, empty rows, and bad delimiters. Each issue is ranked by severity.

Then clean

Operate on the data, one step at a time.

Each of these takes a CSV in and gives a CSV out — chain them together in the pipeline if you have multiple steps.

Chain them

Combine cleaning steps into one workflow.

The pipeline mode lets you stack validate → dedupe → filter → sort → SQL → split into a single pass that re-runs every time you tweak a step.

Then visualize

Once it's clean, see what's in it.

Every cleaning tool has a 'send to dashboard' link that hands the cleaned CSV off to the dashboard builder for full visualization.

FAQ

Common questions.