Select to view content in your preferred language

Joins based on multiple fields

138
1
4 weeks ago
Labels (2)
SLouq
by MVP Regular Contributor
MVP Regular Contributor

I have an excel spreadsheet with Address and Street Name in it and I have a Address feature layer which also has Address and Street Name in it. I want to join the Excel table to the Address feature layer but I want the join to be based on these two fields. 

I tried with a basic Add Join but that doesn't seem to work as some numbers may also be associated with a different street. 

How can I do this?

Tags (1)
0 Kudos
1 Reply
LindaWilliams1
Occasional Contributor

Can you create a new field in both the spreadsheet and feature layer? I have done a similar join before using a field containing a concatenation of the address number and the first 5 characters of the street name. You could also use the complete street name instead of 5 characters, but in my case I was trying to capture Ave versus Avenue as a match rather than those being different addresses. 

0 Kudos