Best CSV Tools
Our hand-picked CSV utilities for data processing.
- CSV Viewer● ready
Interactive grid for viewing, sorting, searching, and editing CSV files. Editable cells, column sorting, and live search.
- CSV Formatter● ready
Normalize CSV formatting: choose delimiter, quote style, add remove BOM, and trim cells.
- CSV Validator● ready
Validate CSV files for ragged rows, duplicate headers, empty rows, encoding issues, and more.
- CSV Merge● ready
Merge 2+ CSV files by stacking rows and aligning columns by header name. Add a source file column to track provenance.
- CSV Dedup● ready
Remove duplicate rows from CSV — by full row match or by specific key columns. Choose keep first or last occurrence.
- CSV → MD Table● ready
Transform CSV rows into GitHub-flavored Markdown table syntax with proper pipe alignment and escaping.
- CSV ↔ TSV● ready
Convert CSV to TSV or TSV to CSV with proper quoting and escaping.
- Column Stats● ready
Compute per-column stats: count, unique count, null/empty count, and numeric columns get min, max, avg.
- CSV Sort● ready
Sort CSV rows by any column, ascending or descending, with auto/numeric/alphabetical type detection.
- CSV → SQL● ready
Convert CSV to SQL with CREATE TABLE, INSERT statements, and multiple dialect support (MySQL, PostgreSQL, SQLite, ANSI).
- CSV Split● ready
Divide a CSV into multiple smaller files — by row count per chunk or by unique values in a chosen column.
- Delimiter Detector● ready
Analyze CSV text to automatically determine the delimiter in use — comma, semicolon, tab, or pipe.
- CSV Diff● ready
Row-aware CSV comparison matched by a key column. Shows added, removed, changed, and unchanged rows with cell-level detail.
- Column Types● ready
Detect types for every CSV column: number, boolean, date, string, or empty. See sample values for each column.
- CSV Filter● ready
Filter CSV rows by one or more conditions (equals, contains, greater than, etc.) combined with AND/OR logic.
- Encoding Fixer● ready
Fix garbled characters, mojibake, and BOM issues in CSV files. Add or remove UTF-8 BOM for Excel compatibility.
- CSV → JSON● ready
Paste or drop a CSV and instantly get structured JSON. Smart numeric coercion, pretty-print, and copy/download.