Remove duplicate lines
Keeps the first of each line, in the original order.
Result
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.