vust

Markdown · CSV to MD Table

Convert CSV to Markdown Table

Paste CSV data — get a perfectly formatted Markdown table. Auto-detects delimiter, handles quoted cells, multi-line content.

Free · No signup · Instant

Free, no signup. Up to 1 MB per request.

Auto-detect delimiterInstantGFM tables

This tool handles

  • Comma, semicolon, tab, pipe delimiters
  • RFC 4180 quoted cells
  • Multi-line content in quoted cells
  • Empty cells and rows

Not in scope

  • XLSX directly (export to CSV first)
  • Formulas and cell formatting

Try it live with the widget above — paste and see the output instantly. For the items under “Not in scope,” the migration guide below covers workarounds and when to use a different tool.

CSV to Markdown examples

Paste real CSV in the left column, see the Markdown output on the right.

Standard CSV

CSV

name,age Alice,30 Bob,25

Markdown

| name | age | | --- | --- | | Alice | 30 | | Bob | 25 |

Quoted commas

CSV

name,note "Alice, PhD","hello, world"

Markdown

| name | note | | --- | --- | | Alice, PhD | hello, world |

Tab-separated

CSV

col1 col2 v1 v2

Markdown

| col1 | col2 | | --- | --- | | v1 | v2 |

How CSV-to-Markdown conversion works

01

Paste CSV — Paste your CSV data into the input field.

02

Pick delimiter — Leave on Auto-detect or select Comma / Semicolon / Tab / Pipe explicitly.

03

Copy — Copy the Markdown table to your destination.

CSV edge cases we handle

Auto-detect delimiter

The converter inspects the first line and picks the delimiter with the highest consistent count — works for comma, semicolon, tab, and pipe.

Multi-line quoted cells

Cells that contain newlines inside quoted strings are preserved by collapsing the newline to `<br>`.

Empty cells + empty rows

Empty cells render as empty table cells. Blank lines are skipped — tables stay compact.

RFC 4180 quoting

Escaped double-quotes (`""`) inside quoted cells resolve to a single `"` in the output.

Frequently asked questions

Process bigger files in @vustMarkdownBot

500-character free conversions in chat — pay-as-you-go for longer text.

Open Telegram bot
    CSV to Markdown Table Converter — VUST