Transpose CSV
Paste/upload CSV and convert it so rows become columns and vice versa.
CSV Input
Transposed CSV
When to transpose
- Rotate wide spreadsheets for charting.
- Fix datasets with headers vertically arranged.
FAQ
- What does transpose do?
- It converts rows into columns and columns into rows.
- Does it preserve quoting?
- Yes, we quote cells as needed in the output CSV.