What is the difference between Case-Sensitive and Insensitive? +
Case-sensitive matches "Orange" and "orange" as different lines. Unchecking the case-sensitivity rule matches them as duplicates and keeps only the first parsed occurrence.
How does trim whitespace affect matching? +
Lines containing leading or trailing spaces (e.g. " apple " vs "apple") are matched as identical if trim whitespace is enabled, preventing syntax issues.
Is there a limit on list size? +
Since deduplication operates in your local web browser sandbox using memory arrays, complete data logs up to 100,000 lines are cleaned smoothly.