TidyText

Comma list to lines

Split comma-separated values into a clean one-item-per-line list.

0 words · 0 chars · 0 lines

Convert
Remove
Lines
More

Questions

What does this tool do with my commas?

It splits the text at every comma, trims spaces around each item, drops empty items, and puts one item per line.

Can I convert CSV data with it?

It handles simple comma-separated lists well. Full CSV files with quoted fields that contain commas need a real CSV parser.