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.
How to use this tool
- Paste CSV or upload a .csv file with a header row.
- Choose a column, a condition (equals / contains / greater than…), and a value.
- 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.