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.