Transpose CSV
「Transpose CSV」는 텍스트 및 문서 작업을 위한 브라우저 도구입니다. 입력과 결과는 일반적으로 이 기기에서 처리되며 가입이 필요하지 않습니다.
CSV or plain text up to 10 MB. Processing happens locally in your browser.
Rows become columns and columns become rows. Empty cells are retained so the output stays rectangular.
사용 방법
사용 방법
- Choose a CSV file up to 10 MB or paste CSV text.
- Transpose the data and review the result.
- Copy the result or download it as a CSV file.
Quoted CSV values are preserved
The parser handles commas inside double-quoted fields, line breaks inside quoted fields, and escaped double quotes. Output fields are quoted when required for valid CSV.
Rectangular output
Rows with fewer cells are padded with empty values before transposition. The output therefore has one row for every input column and one column for every input row.
Local and private by design
Reading, parsing, transposing, previewing, copying, and downloading happen in your browser. The input is not sent to a server. Files are limited to 10 MB and the preview is limited to 100,000 characters.
자주 묻는 질문
더 알아보기
What does transposing a CSV do?
It swaps rows and columns. For example, the first input row becomes the first output column.
Are quoted commas and line breaks supported?
Yes. Double-quoted fields may contain commas, line breaks, and escaped double quotes.
What happens when rows have different lengths?
Shorter rows are padded with empty cells so the transposed CSV remains rectangular.
Is my CSV uploaded?
No. The conversion runs locally in your browser.