Aporizma

CSV to Markdown Table Converter

Paste CSV or TSV below and get a ready-to-use Markdown table — pick a column alignment, then copy the result straight into your README or docs. Everything stays on your device.

Paste some CSV or TSV to begin.

How does the conversion work?

The first row is treated as column headers. Every value is escaped for Markdown — a pipe character | becomes \| and line breaks inside a cell become <br> — then the table is rendered with padded columns so it also reads cleanly as plain text.

What does the alignment option change?

It sets the colon markers in the header separator row (:---, :---:, ---:), which is how GitHub-flavored Markdown and most renderers align each column left, center, or right. "None" leaves plain dashes.

Is my data sent anywhere?

No. Parsing and table generation both happen entirely in your browser — nothing is uploaded to a server or logged anywhere.