I\'m reading 2 csv files: store_inventory & new_acquisitions. I want to be able to compare the store_inventory csv file with <
store_inventory
new_acquisitions
Suggest you use one of the existing CSV parser such as Commons CSV or Super CSV instead of reinventing the wheel. Should make your life a lot easier.