What text-to-list does
The tool works in two stages. First, it splits your input into items using a delimiter — newlines by default, but also commas, semicolons, or a custom character you specify. Second, it joins those items back together in an output style: a bulleted list, a numbered list, or a single line separated by your chosen character.
Splitting and joining are independent, so you can convert a newline-separated list into a comma-separated string, a comma-separated string into a numbered list, or any other combination.