in reply to Re^3: compare 2 CSV files for string return lines in both if match
in thread compare 2 CSV files for string return lines in both if match
In this example I would be hoping to match "Dr. Toy Story" in csv1 to "Dr. Toy Story" in csv2. This example doesn't contain an institute match. In need to compare each string between each set of comas to each string, again in between commas as it's csv in the second file. At match I'd like to return the line containing the match for each and write it to a new file.
|
|---|