Hi,
i have two readers:
- personal geodatabase
- Interlis ITF
I filter object from reader 1 and i need to filter reader 2 if an attribute is the same between 1 and 2.
It's possible? Best regards
Giacomo
Hi,
i have two readers:
I filter object from reader 1 and i need to filter reader 2 if an attribute is the same between 1 and 2.
It's possible? Best regards
Giacomo
You can use the FeatureMerger to join the two readers on their common attribute. You can then use the Merged and UnmergedRequestor output ports to isolate features with identical key attributes or not.