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.