Question

How filter attribute from two readers

  • 10 April 2018
  • 1 reply
  • 2 views

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


1 reply

Userlevel 4

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.

Reply