Transpose a small table
Input
name,age John,30 Anna,25
Output
name,John,Anna age,30,25
Rows become columns and columns become rows.
Text Tools
Review practical Transpose CSV examples so you can understand expected input, output, and common patterns faster.
Use this Transpose CSV tool to swap CSV rows and columns. It is useful for reorganizing exports, flipping table orientation, preparing data for reports, and turning wide CSV tables into tall ones or the reverse.
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
Rows become columns and columns become rows.
Input
id,title 1,Book 2,Pen
Output
id,1,2 title,Book,Pen
Useful for reorienting small CSV tables quickly.
Fix: Validate or format the CSV first before transposing it.
Fix: This tool reorients CSV text only and does not evaluate values.
Fix: Check the original CSV structure because missing fields will create 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 Transpose CSV page and test your own real input.