Text Tools

Comma Separator

Convert lists between line-separated and comma-separated — with optional quotes for SQL/CSV.

About the Comma Separator

The Comma Separator converts lists both ways: lines → comma-separated (optionally quoted for SQL IN() clauses) and comma-separated → one item per line. A daily driver for spreadsheets, SQL and tag fields.

Each value wrapped in single quotes: 'a','b','c' — paste-ready for SQL IN (...) statements.