gg
HomeText › Lines → Comma List
Text

Lines → Comma List

Join a list of lines into a single comma-separated line. Each line is trimmed and blank lines are dropped, so the result stays clean. Perfect for turning a column into a CSV row.

Try it now

Worked example

apple, banana, cherry

Frequently asked

Are blank lines skipped?

Yes, empty lines are removed before joining.

What separates the items?

A comma and a space.

Related Text tools