Greetings ESRI ArcGIS Community!
I'm sure this question has been asked several times already, but thus far I've not seen a solution. I'm working with a feature class and table. I need to join or copy rows from a column in the table into the feature class if attributes from two fields in the feature class match those from two columns in the table. Hopefully this example does a better job of explaining.
| | Table | | | | Feature Class | | | Joined Feature Class | |
| column 1 | column 2 | column 3 | | field 1 | field 2 | field 3 | | field 1 | field 2 | field 3 |
| a | a | x | | a | b | | | a | b | xyz |
| b | b | x | | d | f | | | d | f | |
| a | b | xyz | | | | | | | | |
The Join function only works for one column. Does any one have some tips to share?
Cheers!
-Adam