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
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
| Store | Amount |
|---|---|
| New York | 1200 |
| Chicago | 850 |
Output example
| Store | Amount |
|---|---|
| New York | 1200 |
Equivalent to WHERE. The original CSV is not modified.