Paste a CSV, pick a column, and get one downloadable CSV per unique value. Delimiter, quoting, and line endings are preserved. Runs entirely in your browser — no data leaves the page.
orders.csv by region, hand each finance team just their rows.tenant_id so nobody sees anyone else's data.test_group and load each subset into its own case.shard_id to parallelise a slow import.The parser handles RFC 4180 quoting (double-quoted fields, doubled quotes as escape, embedded newlines and delimiters). Line endings are auto-detected. Empty values in the split column become a group named (empty).