256 Tools

Text to Table

Delimiter
Result
name  age  city
Sam   30   Tokyo
Lee   25   Seoul

Related external sites

Some links are affiliate links.

Related tools

Paste rows of delimited or space-separated text and instantly turn them into a clean table. The delimiter is detected automatically, and you can output a neatly aligned plain-text table, CSV, TSV or a Markdown table. Everything runs in your browser; nothing is uploaded.

How to use

  1. Paste your rows of text, one record per line.
  2. Leave the delimiter on Auto or pick one manually.
  3. Choose an output format and copy the result.

How it works

Each line is scanned to guess the most likely delimiter — comma, tab, semicolon, pipe or runs of spaces. The text is then split into rows and cells, trimmed, and rebuilt in the format you choose. The aligned view pads each column to the same width; CSV and TSV use commas and tabs; Markdown adds a header separator row.

Comma-separated lines are turned into a neatly aligned table.a,bb,cdd,e,fffadd

Features

Auto delimiter

Detects commas, tabs, semicolons, pipes or multiple spaces automatically.

Aligned columns

Produces a monospace table with every column padded to line up.

Multiple formats

Output an aligned table, CSV, TSV or a Markdown table.

Manual override

Force a specific delimiter when auto-detection guesses wrong.

One-click copy

Copy the formatted result straight to your clipboard.

When to use it

Tidy pasted data

Clean up rows copied from logs, emails or terminals into a readable table.

Markdown tables

Turn plain data into a Markdown table for docs, READMEs or issues.

Make CSV

Convert space- or pipe-separated text into proper CSV for import.

Spreadsheet prep

Produce TSV that pastes cleanly into Excel or Google Sheets.

Notes

  • Runs of two or more spaces are treated as a single delimiter.
  • CSV output quotes values that contain commas, quotes or line breaks.
  • The first row becomes the header in Markdown output.
  • All processing runs on your device; nothing is uploaded.

FAQ

Is the delimiter detected automatically?
Yes. Auto mode picks the most common delimiter across your lines. You can override it manually if needed.
Does it handle space-separated text?
Yes. Choose Spaces (or leave it on Auto) and runs of two or more spaces are used as column breaks.
Can it output a Markdown table?
Yes. Pick the Markdown format to get a table with a header row and separator, ready to paste into docs.
Can I paste the result into Excel?
Use the TSV format, which pastes into Excel or Google Sheets as separate columns.
Is my data sent to a server?
No. All formatting happens locally in your browser.

We use cookies for ads and analytics.