Free · No signup · Browser-based

Sort and filter your CSV.

Drop a CSV, pick a column to sort by, add a filter condition, and download the cleaned-up file. No spreadsheet software needed.

01 · How it works

Three steps, then done.

Sometimes you just want a slice of a CSV — rows where Status equals 'paid', or the top 100 by Revenue, or everything except blanks in the Email column. This tool does both jobs at once. Sorting and filtering happen instantly in your browser, no spreadsheet required.

i. drop

Drop the CSV

Drag from Finder, click to choose, or paste data directly into the input pane.

ii. set parameters

Pick your options

Tool controls appear above the output. Tune them and watch the result update live.

iii. download

Save or build a dashboard

Download the cleaned-up file, or click 'Build dashboard' to see what's actually in your data.

02 · Why ours

Honest, local, fast.

Every other CSV utility online makes you upload your file and wait. Ours runs in your browser, instantly, and surfaces what's interesting in the data while it's at it.

  • 01

    Nothing uploaded

    Parsed locally — open DevTools → Network and you'll see zero requests when you drop a file.

  • 02

    Instant feedback

    Tool runs as you change parameters. No 'Convert' button to wait on.

  • 03

    Insights, free

    Below the output, a strip tells you what's actually in the data — concentrations, outliers, suggested chart.

  • 04

    Dashboard one click away

    If the data made you curious, hit 'Build full dashboard' and it opens in our visualization tool.

"Cleaned up a 50k-row CSV and built a dashboard from it in one tab. Beats opening Excel."
— anyone with a messy export
03 · FAQ

csv sort filter questions.

What filter operators are supported?
Equals, not equals, greater than / less than / and equal-to variants, contains, does not contain, starts with, ends with, is empty, is not empty. Numeric columns use number comparison; text columns use string comparison.
Not yet — single-column sort only. Multi-column sort is on the roadmap.
Yes — date columns sort chronologically (we parse the dates rather than sorting alphabetically).
Yes — numbers sort numerically even if the column has currency symbols, commas or percent signs.
Yes — click '+ Add filter' to add up to three filter conditions, all joined by AND. For OR logic or more complex combinations, use the SQL Query tool.