Text Tools

Convert Text to Table

Convert CSV, TSV or pipe rows into a Markdown table.

PrivateYour text is processed on your device and never uploaded.
Input
Result
0 chars · 0 words · 0 lines

Turning delimited text into a clean table by hand is slow, especially guessing the delimiter.

Text to Table Converter detects the delimiter and builds a Markdown table by default, showing what it found.

How to use Convert Text to Table

  1. Paste the delimited rows you want to convert into the input box.
  2. Leave the delimiter on auto-detect, and Text to Table Converter builds a Markdown table and reports the delimiter it used.
  3. Copy the table, or download it as a .txt file.

Use cases

Good to know

Text to Table Converter parses the rows using an auto-detected delimiter, comma, tab, pipe or whitespace, and outputs a Markdown table by default. A readout names the delimiter it detected and the number of columns so you can confirm the parse.

Frequently asked questions

How does delimiter detection work?

It inspects the text for tabs, pipes or commas and picks the most likely delimiter, which the readout then names.

Can I force a specific delimiter?

Yes. You can switch the delimiter control off auto to comma, tab, pipe or whitespace if detection is wrong.

What output does it produce by default?

It produces a Markdown table by default, with an option to switch to aligned plain text instead.

Related Table Tools