Table Converter

Convert between CSV, TSV, JSON, Markdown tables

Paste table data to get started

Supports CSV, TSV, JSON arrays, and Markdown tables

About Table Converter

Table format converter supports CSV/Markdown/HTML/LaTeX/SQL table conversion, visual table data editing. Essential for technical docs, blogging, data presentation.

How to Use

  1. Paste or upload table data
  2. Choose source and target format
  3. Visually edit table content
  4. Copy or download result

Frequently Asked Questions

Markdown table limitations?
Markdown tables don't support cell merging, nested tables, complex styling. Only suitable for simple row-column tables. Complex tables suggest HTML.
How to use SQL INSERT?
Converting to SQL generates CREATE TABLE and INSERT statements. After specifying table name and field types, can directly execute in database for batch data insertion.
Can CSV delimiter be customized?
Yes. Default comma-separated, can change to tab (TSV), semicolon, pipe etc. Some regions (Europe) Excel defaults to semicolon-separated CSV.