AbraCalc

CSV Row Filter

Filter CSV rows where a chosen column equals, contains, or compares to a value. Download the matching rows.

Pure browser JavaScript. CSV parsing by PapaParse (MIT), self-hosted.

Embed this tool on your site

How to use this tool

  1. Paste CSV or upload a .csv file with a header row.
  2. Choose a column, a condition (equals / contains / greater than…), and a value.
  3. Click Filter rows, then Copy or Download the result.

Filter CSV rows where a chosen column equals, contains, or compares to a value. Download the matching rows.

Frequently asked questions

Can I do numeric comparisons?
Yes — choose 'greater than' or 'less than'; the cell value is parsed as a number.
Is anything uploaded?
No — all filtering runs locally in your browser via PapaParse.

References & sources