Merge & Compare
Find Unique Lines
Find the values that appear in exactly one of the lists.
Finds the values that appear in exactly one list. Grouped by list, this shows what each source contributes that no other does; merged, it is the symmetric difference across all of them.
Options
Shows a separate section for each list instead of one merged list.
Off treats Apple and apple as the same value.
List A
0lines0words0characters0 B
List B
0lines0words0characters0 B
2 of up to 6.
Output
0lines0words0characters0 B
Options explained
- Group the result by list — Shows a separate section for each list instead of one merged list.
- Case sensitive — Off treats Apple and apple as the same value.