Good afternoon, Stack Overflow!
To begin, I would like to say that I'm extremely new to the world of scripting but am eager to learn as much as I can. Currently, I am trying to learn how to create a script that would compare two different CSV files for discrepancies and then output to another Excel sheet the discrepancies.
One one sheet, there are a bunch of columns of data for which I only need a couple columns of. For example: File 1: Name;Bug;Status;Due Date;Nonsense;Bananas;Issue Key
File 2: Name;Bug;Status;Cross Reference;Status;Due Date
One thing I would like to point out is that the "Issue Key" column is synonymous with "Cross Reference" in File 2. I know that I could use this to my advantage but can't seem to understand how to start. I'd like to be able to compare the data for 3 to 4 columns between the two files and see any changes/discrepancies.