How to use this text tool
- Paste a Markdown pipe table.
- Choose plain text, CSV, or TSV output.
- Set spacing for aligned text mode.
- Convert and review row and column counts.
Convert Markdown tables into readable plain text, CSV, or TSV. Remove the alignment row, preserve headers, calculate widths, and inspect table structure.
This tool extracts Markdown pipe-table cells and converts them into a simpler output format for spreadsheets, terminals, or plain documents.
Cells containing literal pipe characters may need escaping before conversion.
Sample input is already loaded. Run the tool to see the converted output and quality metrics.
The tool runs in your browser and applies delimiter parsing, table conversion, list sorting, or line-length analysis depending on the selected mode.
For mission-critical datasets, validate the final result in your spreadsheet, parser, database, or documentation system.
Paste the Markdown table and choose aligned plain text to remove Markdown syntax and align columns by width.
Convert the table to CSV or TSV first, then paste or import the result into spreadsheet software.
Yes. The aligned plain text mode pads each column to create a readable fixed-width table.
Keep the header option enabled so the first row is treated as labels and included in the output.
The visual GitHub formatting is not preserved, but the data cells are extracted into the selected plain format.
| Module | Purpose |
|---|---|
| Input parser | Reads pasted text, uploaded files, or sample data. |
| Structure detector | Detects delimiters, rows, columns, duplicates, or line lengths. |
| Conversion engine | Applies the selected table conversion or sorting logic. |
| Quality analyzer | Reports consistency, missing values, duplicates, and output statistics. |