Text Tools
Convert custom-delimited rows into columns by transposing the text.
Use this tool to turn row-oriented arbitrary delimited text into column-oriented output. It is useful when custom-separated flat data needs to become horizontal for compact display, summaries, or another layout.
Use this tool to turn row-oriented arbitrary delimited text into column-oriented output. It is useful when custom-separated flat data needs to become horizontal for compact display, summaries, or another layout.
Use convert arbitrary delimited text rows to columns when you need a fast browser-based result without extra setup. It works well for quick checks, one-off tasks, and routine formatting or calculation work.
Read step-by-step usage guidance, best practices, and common mistakes.
See common questions and answers about input, output, and tool usage.
Review practical input and output examples before running the tool.
Find similar and supporting tools for adjacent actions and follow-up tasks.
Input
| name|age John|30 Anna|25
Output
name|John|Anna age|30|25
Turns normal row-based custom-delimited text into horizontal columns.
Input
; id;title 1;Book 2;Pen
Output
id;1;2 title;Book;Pen
Useful for compact custom-separated summaries.
Fix: Use a single-character delimiter.
Fix: Check the source text because missing fields will show up as blanks.
Fix: Make sure the input really uses the delimiter you entered.
It transposes custom-delimited text so rows become columns.
It uses the same core action, but this page is framed specifically for the rows-to-columns intent.
Any single character such as ; | : or ,.
Missing values become empty cells after conversion.
It is useful when normal custom-delimited rows need to become a horizontal summary.