Skip to main content

Hi,

i have two readers:

  1. personal geodatabase
  2. 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

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.