Combine all lines into a single line using a separator. Turns a list into comma-separated values, pipe-delimited strings, etc.
Example
apple, banana, cherry (term: , ) → apple, banana, cherry
one, two, three (term: -) → one-two-three
a, b, c (term: |) → a|b|c