テキストと文書ツール

Transpose CSV

「Transpose CSV」はテキストと文書に使えるブラウザツールです。入力内容と結果は通常この端末内で処理され、登録は必要ありません。

ブラウザ内で処理登録不要プライバシーの説明 ↗
No file selected

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.

使い方

使い方

  1. Choose a CSV file up to 10 MB or paste CSV text.
  2. Transpose the data and review the result.
  3. 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.