span8
span4
span8
span4
I have two tables, ITEM and SITE, where the ITEM values(columns ACTIVE, CHECKED, REPLACE) need to be merged with the SITE columns but if any of the multiple ITEM values is 'Y' it takes precedence over a value of 'N'. I have a solution using a FeatureMerger generating a list and then searching the list three times, once for each column.
However, this is an example and actually there are many columns that need to be added in this way. Just wondering if there is a more generic way of processing rather than a chained approach (no Python please).
Data in attached spreadsheet.
Hi @mark_1spatial, two NullAttributeMappers might help you.
See also the attached example: nullattributemapper-example.fmw (FME 2016.1)
© 2019 Safe Software Inc | Legal