Remove duplicate lines

Keeps the first of each line, in the original order.

Result
The result appears here as you type.

Why you would use this

Deduplicating a list without sorting it first, so the order you built survives. Case-insensitive matching is optional, because "Email" and "email" are usually the same row and sometimes are not.

More clean-up & lines