Task path / input to outcome
How to clean and reshape a CSV file in your browser
- 01
Choose an operation and add a file
Pick one of the seven operations — dedupe, drop empty rows or columns, split, merge, clean text, filter, or sort — then drop a CSV or TSV file up to 100 MiB. Column names are read first so you can select columns; the separator is auto-detected and can be overridden.
- 02
Configure the operation
For dedupe choose the whole row or selected columns and whether letter case counts. For split, pick the column and delimiter; for merge, pick at least two columns and a join separator; for filter, type the keyword; for sort, pick the column, direction and value type.
- 03
Apply, preview and download
Press Apply to process the file in a Worker with streaming reads — sorting is the only operation that buffers rows. Check the 50-row preview and the row counts, then download the quoted CSV with CRLF rows and an optional UTF-8 BOM. Nothing is uploaded at any point.