List Converter
Swap lines and comma-separated lists in both directions.
0 characters · 0 lines
Lines → List
List → Lines
About the List Converter
One direction joins: paste a column of names and get "Ada, Grace, Katherine" on a single line, ready for an email header, a SQL IN clause or a JavaScript array. The other direction splits: feed it a comma, semicolon or pipe separated blob and get one clean item per line back. Both outputs stay live as you type, so you can flip between the two without re-pasting.
The quote option wraps every item in single or double quotes as it joins — the exact shape you need for Python lists, JSON-ish payloads and SQL string literals — saving you from a tedious find-and-replace session at both ends.
How to use it
- 1Paste your items — either one per line or an already-delimited list.
- 2Pick the delimiter (comma, semicolon or pipe) and an optional quote style.
- 3Copy whichever output you need: Lines → List, or List → Lines.
Frequently asked questions
Related tools
Remove Line BreaksUnwrap text pasted from PDFs and emails in one click.Remove Extra SpacesCollapse double spaces, tabs and stray indentation.Whitespace RemoverStrip every space, tab and line break at once.Remove Empty LinesDelete blank lines and compact your lists instantly.Duplicate Line RemoverDeduplicate lists and logs, keeping the first occurrence.Find and ReplaceSearch & replace with case, whole-word and regex power.