So I have a dataset of points that is coming from an ESRI Geodatabase, the other is a list of "inoperable" valves in an Excel spreadsheet. I would like to match an attribute from the ESRI dataset, "Valve_ID1," with an attribute from the Excel spreadsheet, "Valve_ID2." For the matching records I'd like to output only 1 feature each (ignore the Excel spreadsheet due to no geometry, not all valves will have a match). Both matched and unmatched data will need a new attribute called "Condition." The matched records will be populated with "Inoperable" and the unmatched should just have a blank record. The unmatched records from the Excel spreadsheet should be thrown out all together if possible.
I currently am using the "Matcher" transformer but the output contains the Excel records that are not matched as well as no matched records even thought I know there are at least 7.