Hi I have 2 csv\'s in the following format, (basically a list of email and the number of times we have been emailed by that sender):
file1.csv
Email,Val
build a loop running through each line from the first file.
in that loop, build another loop comparing each line of the second file to the current line of the first file.
write matches to your new file.