Here's the scenario. I've got two csv files. My goal is to use the field values in one file and compare them with the values in the other file. Should I first get the values from each list and put them into an array? Second, one of files will have multiple entries of the other file's value. It's a one to many relationship. What's the best way to sort through this and print out the data I need.