Data & CSV
Convert, reshape and clean CSV, TSV and tabular data.
18 live · 50+ planned
CSV to Markdown Table
Convert CSV data into a Markdown table.
CSV to HTML Table
Convert CSV data into an HTML table.
CSV to SQL INSERT
Generate SQL INSERT statements from CSV.
TSV to CSV Converter
Convert tab-separated values to comma-separated.
CSV to TSV Converter
Convert comma-separated values to tab-separated.
CSV Delimiter Converter
Swap the delimiter of delimited data.
CSV to JSON Lines
Convert CSV rows into newline-delimited JSON objects.
Transpose CSV (Rows ↔ Columns)
Flip CSV rows into columns and vice versa.
Add Row Numbers to CSV
Prepend a sequential number column to CSV rows.
Remove Empty CSV Rows
Delete blank and whitespace-only rows from CSV.
Extract CSV Column
Pull a single column out of CSV data.
CSV Row & Column Counter
Count the rows and columns in CSV data.
JSON Array to CSV
Convert a JSON array of objects to CSV.
CSV to Markdown List
Convert a CSV column into a Markdown bullet list.
Markdown Table to CSV
Convert a Markdown table into CSV.
CSV Field Quoter
Wrap every CSV field in double quotes.
Sort CSV Rows
Sort CSV data rows by a column.
CSV to JS Array
Convert CSV into a JavaScript 2D array.