Text separator
What this text separator does
Convert between common delimiters—line breaks, commas, tabs, or custom characters—so you can move data between spreadsheets, SQL IN lists, and tag fields without retyping. Trailing spaces and empty tokens often follow messy pastes; trim in your source app if counts look wrong.
When to use it
Turn a column copy into one-value-per-line for scripts, or collapse survey answers into CSV for BI tools. Pair with Duplicate lines remover after splitting when uniqueness matters.
Example
Marketing sends fifty SKU codes separated by semicolons; you split to newlines, pipe through inventory API, then join back to commas for the ad platform import.