Output
Delimiter
Input text
Table
Frequently Asked Questions
How do I use Text → Table?
Step 2 — pick the output style at the top: Markdown for GitHub Issues, README files and technical docs; ASCII for terminal output, plain-text email and log display. Step 3 — pick the delimiter mode; "Auto" is enough most of the time, or specify Space, Tab, comma or pipe manually.
What can Text → Table do?
Typical scenarios: Technical writers turn output from kubectl , docker ps or ps aux into a Markdown table for a wiki; developers quickly add tables to GitHub Issues, PR descriptions or Notion docs; DBAs turn query results from the mysql…
Is my data private when I use Text → Table?
Privacy: All conversion runs locally in your browser and the input text is never uploaded, so it is safe to use with command-line output that contains internal hostnames, IPs or usernames. Privacy: All conversion runs locally in your browser and the input text is never uploaded, so it is safe to use with command-line…
What technical details should I know about Text → Table?
ASCII output computes each column’s width from the longest cell and draws borders using + , - and | . Rows with different column counts are padded with empty strings.