Merge two lists line by line and combine each pair with a custom separator. Perfect for merging first and last name columns, or joining CSV data.
Paste two lists — one per text box. Each line from List A is paired with the corresponding line from List B, joined by the separator you specify. Common use cases: merging first + last names, combining email addresses with domains, joining key and value columns from a spreadsheet.