I have two Geodatabase Feature Classes, FC1 and FC2.
I want to relate the GIS_ADDR field in FC1 to the ADDR_BASE field in FC2.
Once the relate is established, for the matching (selected) records in GIS_ADDR in FC1, I will then update the ADDR_SRCE field which is currently empty with the value "ADS"; for the records that do not match I will add the value "Res".
I know how to do this in ArcGIS Pro. What is the best approach to do this in FME?