I'm doing a string compare on two variables in two different files.
File1: contains a lookup key
File2: contains the lookup key, key2, and key3 field
If the file1 key matches a key in file2, i need to append the key2 and key3 fields to file1.
My current script is working properly, but...