Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: LindaBrisCould someone help me with this: I am about to compare 2 tables using composite keys (such as FirstName and LastName). If matching, then 2nd table other columns (such as Address, State) will be brought in to 1st table. I used "left join" node, using SortLeftInput "true" and SortRightInput "true". Then I put "FirstName + LastName" as LeftInputKey, "FirstName + LastName" as RightInputKey.
I got unexpected result: (1) 2nd table other columns were not brought in (2) comparison seems not work well.
Thanks,
LindaBris