Clean and dedupe a list
Remove blank lines, trim spaces, drop duplicates and sort — in one pass.
Pasted a list out of a spreadsheet, an email or a log and it came with blank lines, stray spaces and repeats? This pipeline runs the four cleanup steps in the order that actually works: strip empty lines first, trim leading and trailing spaces on each line, remove duplicate lines, then sort what remains alphabetically.
Everything runs in your browser — the list never leaves your device, so it is safe for internal names, emails or anything you would not paste into a random online tool. Paste your list below and the cleaned result appears instantly; each step shows what it changed.
Questions
Build your own chain in the pipeline builder.