Convert columns to rows
Input
name John Anna age 30 25
Output
name age John 30 Anna 25
Useful when fields were originally arranged horizontally.
Text Tools
Review practical Convert TSV Columns to Rows examples so you can understand expected input, output, and common patterns faster.
Use this TSV Columns to Rows converter to flip column-oriented TSV into row-oriented output. It is useful when data is laid out horizontally and needs to become vertical for analysis, reports, or easier review.
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 John Anna age 30 25
Output
name age John 30 Anna 25
Useful when fields were originally arranged horizontally.
Input
id 1 2 title Book Pen
Output
id title 1 Book 2 Pen
Turns horizontal product data back into normal rows.
Fix: This tool expects real tab-separated input.
Fix: This tool performs the same core transpose action, focused on columns becoming rows.
Fix: Check the source TSV because shorter rows will produce empty cells.
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 Columns to Rows page and test your own real input.