Text List Converter
Easily convert lists between formats like comma to newline, newline to comma, space to newline, and more.
apple,banana,orange,grape
Common Conversions
Comma to Newline
Easily transform a comma-separated list into a line-by-line format for lists or code.
Newline to Comma
Quickly convert line-separated data into a single line separated by commas.
Space to Newline
Turn a space-separated string into a clean list of items on separate lines.
Semicolon to Comma
Change delimiters from semicolons to commas for CSV or array formatting.
Frequently Asked Questions
How do I convert a comma-separated list to newlines?
Select "Comma" in the From dropdown and "Newline" in the To dropdown. The conversion happens instantly as you type or change settings.
What does "Trim whitespace" do?
It removes any leading or trailing spaces from each individual item in your list before converting them to the new format.
Can I swap the conversion direction?
Yes! Click the ⇄ button to swap the separators and move the current output back into the input field for further processing.