Convert rows to columns
Input
name age John 30 Anna 25
Output
name John Anna age 30 25
Turns normal row-based TSV into horizontal columns.
Text Tools
Review practical Convert TSV Rows to Columns examples so you can understand expected input, output, and common patterns faster.
Use this TSV Rows to Columns converter to flip row-oriented TSV into column-oriented output. It is useful for compact layouts, horizontal summaries, report preparation, and reusing normal row-based TSV in a wider format.
Example pages are especially useful for text tools because they show what good input looks like, what kind of output to expect, and how the tool behaves in common scenarios.
Input
name age John 30 Anna 25
Output
name John Anna age 30 25
Turns normal row-based TSV into horizontal columns.
Input
id title 1 Book 2 Pen
Output
id 1 2 title Book Pen
Useful for compact horizontal summaries.
Fix: This tool expects real tab-separated input.
Fix: This tool performs the same core transpose action, focused on rows becoming columns.
Fix: Check the source TSV because missing fields will show up as blanks.
After reviewing these examples, run the live tool with your own input. If your task involves a follow-up step, the related page can help you move to the next tool in the workflow.
Open the main Convert TSV Rows to Columns page and test your own real input.