Dev Tools

CSV Tools

Free CSV tools online: CSV to JSON converter, JSON to CSV, CSV viewer, open CSV in browser, CSV to Excel-friendly tables, CSV to SQL, CSV to Markdown, TSV converter, and CSV compare. Convert CSV files with no upload.

10 tools · 100% browser-based · No uploads · No signup

About these CSV tools

Free CSV tools online to open, check, and convert spreadsheet files in your browser. Convert CSV to JSON or JSON to CSV (including Excel exports). View a CSV as a table without Excel. Validate CSV, change comma to semicolon or TSV, convert CSV to SQL, XML, or a Markdown table, compare two CSV files, or transpose rows and columns.

The first row is treated as headers. Every cell stays text so ZIP codes and IDs keep leading zeros. Excel’s UTF-8 BOM is stripped automatically. Files are not uploaded.

Tools in this category

How these tools run in your browser

A CSV parser in this tab handles quoted commas, escaped quotes, and line breaks inside cells. The CSV viewer shows the first 250 rows so the page stays fast; counts and downloads still use the full file. Delimiter detection looks at the first lines. Nothing is sent to a server.

Common Use Cases

  • Convert a CSV export to JSON for an API or script
  • Turn JSON into a CSV you can open in Excel
  • Open a CSV online when you do not have Excel
  • Change comma CSV to semicolon for European Excel
  • Generate SQL INSERT statements from a spreadsheet

Common Mistakes

Duplicate column names overwrite each other in JSON.
Excel sometimes adds a sep=, line. Remove it before converting.
CSV compare lines up rows by order, not by an ID column. Sort first if you have an id.
Broken character encoding (Latin-1 vs UTF-8) is not a delimiter issue.

Frequently Asked Questions

How do I convert CSV to JSON online?

Open CSV to JSON Converter, paste your CSV (or Excel export), and copy the JSON. Delimiter is auto-detected, including tabs and semicolons.

How do I convert JSON to CSV for Excel?

Open JSON to CSV Converter, paste a JSON array of objects, pick comma or semicolon, and download the .csv file.

Can I open a CSV file in my browser?

Yes. CSV Viewer shows the file as a table. Nothing is uploaded.

Do you support TSV?

Yes. Tabs are detected, and the delimiter converter can output TSV on purpose.