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
- Paste the delimited rows you want to convert into the input box.
- Leave the delimiter on auto-detect, and Text to Table Converter builds a Markdown table and reports the delimiter it used.
- Copy the table, or download it as a .txt file.
Use cases
- Converting CSV rows into a Markdown table.
- Turning tab-separated data into a table for docs.
- Building a Markdown table from pasted records.
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.