CSV Tools
Filter, sort, dedupe, and analyze CSV data — all in your browser.
- CSV Viewer
CSV Viewer — Paste any CSV — comma, semicolon, tab, or pipe-delimited — and see it as a clean, scrollable table.
- CSV Filter
CSV Filter — Filter CSV rows by any column — contains, equals, regex match, numeric compare, empty / not-empty.
- CSV Sort
CSV Sort — Sort CSV rows by any column. Three modes: alphabetical, numeric, and natural (so 'a2' comes before 'a10').
- CSV Column Extractor
CSV Column Extractor — Pick which columns to keep from a CSV. Output as CSV with any delimiter, or as a plain newline-separated list (one cell per line).
- CSV Deduplicate
CSV Deduplicate — Remove duplicate rows from a CSV. Dedupe on the full row, or just on selected key columns (e.g. dedupe by email).
- CSV Stats
CSV Stats — Per-column statistics for any CSV — total count, non-empty, unique values, plus numeric min/max/mean/sum for any column with numbers.
- CSV Studio
CSV Studio — Drop a CSV file (or load 100-row demo data) and explore it like a power tool: filter rows, sort by multiple columns, bulk-update cells, vis...
- CSV to SQL
Convert a CSV to SQL INSERT statements for MySQL, PostgreSQL, SQLite or MS SQL. Optional CREATE TABLE, multi-value INSERT mode.
- JSON to CSV
JSON to CSV — Convert any JSON array (of objects or arrays) — or even a single object — into clean CSV. Tick the Flatten option to expand nested objects...
- TSV to JSON Converter
Convert TSV (tab-separated values) to JSON online. Use the first row as keys, auto-parse numbers and booleans, and copy the formatted output instantly.