Transpose CSV
Transpose CSV lets you swap table rows and columns after parsing quoted CSV cells. Enter your own values or load the worked example.
- Copy or download the computed result
- Adjust csv
- See the processing method and limits
Method and calculation
Swap table rows and columns after parsing quoted CSV cells.
Inputs and settings
Transpose CSV accepts CSV.
Worked example
Transpose CSV example — CSV: "Name,Alice,Bob\nScore,80,90". Computed output: Name,Score Alice,80 Bob,90
Output and limitations
Transpose CSV: Input is treated as plain text; it is never executed.
Technical references: RFC 4180 CSV format
Transpose CSV FAQs
Transpose CSV applies the following rule to your input: Swap table rows and columns after parsing quoted CSV cells. The worked example on this page uses the same processor as the result button.
Transpose CSV has these boundaries: Input is treated as plain text; it is never executed. Start by checking the csv field against the units or format shown.
Transpose CSV provides this sample: Name,Score Alice,80 Bob,90. Use the sample button to reproduce it, then replace the inputs with your own values.