EllyTools

画像ツール

計算ツール

テキストツール

カラーツール

ファイルツール

便利ツール

カンマ・改行変換

カンマ区切り値と行単位リストを相互変換

0 items

使い方

1

モードを選択:区切りから行へ、または行から区切りへ

2

区切り文字の種類を選択(カンマ、セミコロン、パイプ、タブ、カスタム)

3

入力エリアにテキストを貼り付けると変換結果が即座に表示

4

結果をコピーまたは入出力を交換して逆変換

よくある質問

関連ツール

こんな方におすすめ

  • データ形式を素早く変換する開発者
  • スプレッドシートやデータベース用リストを準備するデータアナリスト
  • カンマ区切りと行単位形式の変換が必要な方

EllyToolsが選ばれる理由

100%無料&無制限

登録不要、制限なし。何度でもお使いいただけます。

プライバシー最優先

すべての処理はブラウザ内で行われます。ファイルがデバイスの外に出ることはありません。

インストール不要

デスクトップ、タブレット、スマートフォンなど、あらゆるデバイスのブラウザで直接動作します。

高速&安定

最新のブラウザ技術による即座の結果。

Comma-Line Converter: Switching Between CSV and Line-Separated Lists

Sometimes you have a comma-separated list and you need it as one item per line — or vice versa. This is one of those tiny tasks that comes up surprisingly often when copying data between spreadsheets, code, and form fields.

Spreadsheets, databases, and code all favor different list formats. Excel exports comma-separated, but pasting into a 'one email per line' field needs newlines. SQL IN clauses want comma-quoted strings. JavaScript array literals want quoted commas. Switching between these by hand is tedious and error-prone.

Common conversions

  • Comma-separated → one item per line (for paste into multiline fields)
  • Lines → comma-separated (for CSV import or array literal)
  • With or without quoting each item
  • Optional whitespace stripping per item

Extended FAQ

What about commas inside the items themselves?

If your data contains commas as part of the values (like 'Smith, John'), use quoted CSV mode — the converter wraps each item in double quotes so embedded commas don't break the parsing.

Are my pasted values stored?

No — runs entirely in your browser.