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
You can use Apache Commons CSV api. FYI this anwser : https://stackoverflow.com/a/42198895/6549532
Read / Write Example