Hello everyone,
I want to ease the process of checking if Join Tool in my workflow is using properly and not missing any rows. Suppose that I have two datasets. I apply Unique tool to each of them and use Join Tool to join unique rows of both. Then I have Join Tools' 3 outputs: Left, Joined, Right. I want to check this equality:
n. of rows Unique_1 + n. of rows Unique_2 - Joined = Left + Right + Joined
I want to check this using the least tool I can but I couldn't do so.
Can anyone help me with that?
Thank you in advance.