Skip to main content

locacsv.comKeep Only CSV Rows That Match a Condition

CSV FILTER · WHERE

Keep Only CSV Rows That Match a Condition

Choose a column, comparison, and value to create a CSV containing only the rows you need. Processing happens entirely in your browser.

CSV processing stays in your browser

Your files are not uploaded to a server.

File selection

Choose 1 CSV file up to 50 MiB. Its name and contents are never sent outside your browser.

Drag and drop a CSV file here

1 CSV file, up to 50 MiB

How it works

Keep only rows for the New York store

Export only rows where Store equals New York to a new CSV.

Input example

2 columns · 2 rows
Input example
StoreAmount
New York1200
Chicago850

Output example

2 columns · 1 row
Output example
StoreAmount
New York1200
The left table shows the input, and the right table shows the output.

Equivalent to WHERE. The original CSV is not modified.