I have two files: Old and New. I need to delete any entry that Old contains from New. So I exported both files to a tab delimited text file, and then merged the two text files, so now I have a lot of duplicate entries. My hopes were that I could come up with some kind of formula showing only duplicate values, so I could just remove them from there. Now, how can I go from the point where I am now?
An example of the old:
[41] [john] [smith] [732] [bill] [murry] [234] [adam] [sandler] [9029] [tim] [allen]
New example:
[10422] [bill] [gates] [11456] [steve] [ballmer] [732] [bill] [murry] [24510] [jimmy] [jones] [41] [john] [smith] [234] [adam] [sandler] [78241] [funny] [bunny] [9029] [tim] [allen]
Example combined:
[10422] [bill] [gates] [11456] [steve] [ballmer] [732] [bill] [murry] [732] [bill] [murry] [24510] [jimmy] [jones] [41] [john] [smith] [41] [john] [smith] [234] [adam] [sandler] [234] [adam] [sandler] [78241] [funny] [bunny] [9029] [tim] [allen] [9029] [tim] [allen]
An example of what I want to show:
[732] [bill] [murry] [732] [bill] [murry] [41] [john] [smith] [41] [john] [smith] [234] [adam] [sandler] [234] [adam] [sandler] [9029] [tim] [allen] [9029] [tim] [allen]
The name of the column that I will check / compare is "voter_id", which is the field of the number that you see in the examples. I hope that I just show only these entries, I can select them all and delete them. Then remove the filter / formula and leave something like:
[10422] [bill] [gates] [11456] [steve] [ballmer] [24510] [jimmy] [jones] [78241] [funny] [bunny]
I apologize for asking a separate question for this, but I found a way to ask the same thing differently, so that it makes more sense to me. These are essentially the same results, but in two completely different methods.
Shea
source share