Questions About This Tool
Which duplicate is preserved?
The first occurrence supplies the output line. Later matching lines are removed.
Does Ignore case change the output to lowercase?
No. Case is normalized only for comparison; the first retained line keeps its spelling.
Are Windows line endings supported?
Yes. CRLF and CR are normalized before lines are compared.
Can I use this with CSV?
Only for simple one-value-per-line data. It does not parse delimiters, quotes, or multiline CSV fields.