Hello Alteryx Community! I am a super new user and was hoping you could help me create a custom workflow to determine the following:
Solved! Go to Solution.
Is there a column that is in both data sources other than street address? That's obviously not an ideal join candidate. Assuming there is - you can join on it, take the non-matches (left or right anchor depending upon where you feed your data sources) and then run a unique tool.
If there isn't a column in both it gets messier. Especially if something like street address which is non-unique is your join field.
Street and ZIP5 gives you the attached.
The parcel number in in OPA Properties Cleaned and the OPA_ACCOUNT_NUM in RTT_SUMMARY, I believe. But I'm not sure how to do that join...
Would you be able to do a separate one? Thank you! Thank you!