Hello,
I have been trying to build a Workflow with two input files.
1. one input file has First Name, Middle Name, Last Name in three different columns. The names are unique
2. the second input file has those same names in three different column but have multiple of them. This file also contain other information that I am wanting to append to file # 1 joining (using join tool) by First Name and Last Name and if needed Middle name.
But the result is returning 0 record, even though I know the name in file 1 does exist in File 2.
I am attaching the 2 sample files, hoping someone could help!