I have two stand alone data sets I am trying to join:
Data Set 1 is 1710 records long and my first column is Identifier and the second column is secondary identifier. If there is a secondary identifier, I prefer to use this. So I've made a formula to replace the Identifier with the secondary identifier if there is one. No problems here.
In data set 2, which is 2264 records long, I only have Identifier. I want to replace the identifier in data set 2 with the preferred secondary identifier in Data set 1 if there is one.
I am using a join tool, I selected my Identifier column in dataset 2 and Identifier column in dataset 1. I only have identifer column from dataset1 joining into my dataset 2. The output is 199,216 records. Why is data being duplicated? I would of expected the output J anchor to have 2264 or less, why is it showing 199,216?
Thanks in advance,