I have a FeatureMerger Supplier with the same attribute fields as are available in the Requestor. When there is a matching Supplier, I want to merge the Suppliers geometry and a subset of the Supplier attribute fields into the Requestor, leaving the remaining Requestor attribute fields unchanged, e.g.,
Supplier Attributes Requestor Attributes Action
ORG_CD ORG_CD Requestor value retained
STATUS STATUS Requestor value retained
ACCURACY ---------------------------> ACCURACY Supplier value merged
GIS_ACRES ---------------------------> GIS_ACRES Supplier value merged
LENGTH_FT ---------------------------> LENGTH_FT Supplier value merged
COORD_SRC -------------------------> COORD_SRC Supplier value merged
REPORT_DT REPORT_DT Requestor value retained
The geometry part is easily done, but havn't figure out how to update or merge specific attributes.