How to switch a list between lines and commas
Paste the list into the input box. If it has line breaks, it comes back as one comma-separated line. If it has no line breaks, it is split on its commas into one item per line.
The direction is inferred, not chosen, so the one thing to watch is a trailing newline on a comma list. It makes the tool see a multi-line input and join rather than split. Delete it and the conversion goes the way you meant.
- Paste the list into the input box.
- If you pasted a comma list and nothing split, delete the trailing line break at the end of the box.
- Read the converted list in the output panel.
- Check for items that contained a comma of their own, as those will have been split apart.
- Press Copy result to take the converted list away.