Turning a column of lines into one delimited string usually means deleting line breaks one by one.
Join Text merges all lines into a single line using the separator you pick.
How to use Join Text Online
- Paste the lines you want to merge into the input box.
- Choose a separator, and Join Text combines the lines into one string with it between them.
- Copy the joined string, or download it as a text file.
Use cases
- Turning a list of values into a comma-separated string.
- Joining items into a single pipe-delimited line for a query.
- Collapsing a column of words into one space-separated sentence.
Good to know
Join Text trims each line, drops empty lines, and joins the rest with the separator you select, such as a comma, semicolon, space or pipe. The result is a single line ready to paste where a delimited value is needed.
Frequently asked questions
Which separators can I use?
You can join with a space, comma, semicolon, pipe or other common separators chosen from the control.
Are blank lines included in the join?
No. Empty lines are dropped before joining, so you do not get separators with nothing between them.
Is each line trimmed before joining?
Yes. Leading and trailing spaces are removed from each line so the joined string stays clean.