Filter CSV rows based on conditions in any column — equals, contains, starts with, greater than, and more. Browser-based, no upload.
Privacy: Everything runs locally in your browser. Your source file is not uploaded to JAD Apps servers.
Keep only the rows where a column matches a condition: equals, contains, starts with, greater than, is empty, and more. The header is always preserved. Useful for slicing a master file into a working subset.
Free is enough for most one-off jobs. Pro raises the file and batch caps; Pro + Media unlocks GB-scale streaming and unlimited duration.
Larger files supported on Developer (5 GB CSV) and Enterprise (unlimited). All processing happens in your browser — files never reach a server.
Drop your CSV
Headers populate the filter-column dropdown.
Pick the condition
10 operators are available: equals, not equals, contains, not contains, starts with, ends with, greater than, less than, is empty, is not empty.
Enter the value (if needed)
is_empty and is_not_empty don't take a value; the others do. Toggle case-sensitivity for text comparisons.
Click Filter rows and download
Output contains the header plus only the rows matching the condition.
Both use `parseFloat()` to convert the cell value, so they only work meaningfully on numeric columns. Non-numeric cells become NaN and are treated as 0.
Not in a single pass today. Chain Column Filter twice in the orchestrator — apply the first condition, then the second on the output.
No — the header is always preserved separately, regardless of the filter result.
Privacy
Everything runs locally in your browser. Your source file is not uploaded to JAD Apps servers.
Sort a CSV file by any column in ascending or descending order. Supports alphabetic and numeric sorting. Browser-based, no upload required.
Divide a CSV file into separate files based on the unique values in any column. Each group becomes its own CSV. Browser-based, no upload.
Extract a specific number of rows from a CSV file — set a row limit and optional offset to sample, test, or batch data. Browser-based, no upload.