List & Column Converter

A Swiss-army knife for lists. Transpose rows into columns, add a prefix or suffix to every line, number your lines, remove duplicates, sort, or convert between a vertical list and a comma-separated line. Run one operation, then push the result back to the input to chain several together.

Clean & order
Transform each line
Columns & delimiters
Tip: type \t for a tab.

One Tool for Every List Chore

Working with lists of data — names, URLs, SKUs, emails, CSV columns — usually means a tedious sequence of find-and-replace, manual numbering, or fiddly spreadsheet steps. This converter bundles the most common list operations into one place and lets you chain them: run an operation, click "Use as input", and run the next one on the result.

What Each Operation Does

Chaining Operations

Because real tasks often need several steps, the "↑ Use as input" button moves the current result back to the input box so the next operation builds on it. For example: paste a messy list → TrimRemove duplicatesSort A–ZAdd prefix — each step one click.

Privacy

All processing runs in your browser. Nothing is uploaded or stored, so your lists stay private.

Frequently Asked Questions

Type your text into the Prefix and/or Suffix boxes, paste your list, then click "Add prefix / suffix". Every non-empty line is wrapped with what you entered — for example a prefix of - turns a plain list into a bullet list, and a suffix of , adds trailing commas.
Transpose swaps rows and columns of delimited data. With a comma delimiter, two rows like "1,2,3" and "4,5,6" become three rows "1,4", "2,5" and "3,6". Set the delimiter to match your data (type \t for tab-separated values).
Paste the line, set the Delimiter (default is a comma), and click "Split into list". Each value becomes its own line, trimmed of surrounding spaces. The reverse — "List → one line" — joins your lines back into a single delimited string.
Yes. After running an operation, click "↑ Use as input" to move the result into the input box, then run the next operation. You can chain as many steps as you like to build up a complex transformation.
Completely. Every operation runs locally in your browser. Your lists are never uploaded or saved anywhere.