Transpose CSV

Swap the rows and columns of CSV data, including quoted cells.

Convert in your browser · No sign-up

All rows must have equal width. No header is assumed; up to 100000 cells are supported.

Up to 100,000 UTF-16 units per input and 1,000,000 per result. See the supported formats and examples below.

How to use

  1. Swap the rows and columns of CSV data, including quoted cells.
  2. Choose the mode or options, then run the tool.
  3. Review the result, then copy or download the TXT file.

Example

a,b
c,d → a,c
b,d

Details and limitations

All rows must have equal width. No header is assumed; up to 100000 cells are supported.

Text stays in your browser; it is not sent to a conversion server.

FAQ

Transpose CSV — What are the supported inputs and limits?

All rows must have equal width. No header is assumed; up to 100000 cells are supported.

Format references

Tool page updated: