Skip to main content

The datasets are updates and should have the same ID. I don't know how to ensure that the polygons are the same or different for the exact same ID. Is there a way to set the ID as the method of checking the polygon? I think I'm missing something simple.

Hi @planomax, the Matcher transformer might help you.

Set the ID attribute to the Selected Attributes parameter and configure the Check Geometry parameters appropriately. Then, the features that have changed will be output from the Matched port (two for each ID) and the SingleMatched port (one for each ID) and others will be output from the NotMatched port.


Hi @planomax, the Matcher transformer might help you.

Set the ID attribute to the Selected Attributes parameter and configure the Check Geometry parameters appropriately. Then, the features that have changed will be output from the Matched port (two for each ID) and the SingleMatched port (one for each ID) and others will be output from the NotMatched port.

Alternatively the ChangeDetector could also work for you with the same settings I described above.


Thanks for responding, but everything I checked I don't see what you are saying. Is there a example somewhere?


Thanks for responding, but everything I checked I don't see what you are saying. Is there a example somewhere?

FME 2018.1

FME 2019

OR


After some testing using some help given here, it appears that the FeatureReader I am using isn't outputting all the fields. I am trying to loop through 1000s of files.

 

One test I did was to create a simple workspace using a ESRI reader which exposed the attributes and I'm able to select.

 

But the ESRI reader doesn't appear to allow variable input.

 

I found another forum question that appears to have the same issue.

 

Is there a way to get the ESRI reader functionality with variable input?

 

Thanks for all help - trying my best to learn this product.


Just to follow up - since the featureReader didn't show the attributes in the 'Attributes to Expose' I didn't realize I could just type them in. Not sure why they are not selectable. But now I have the workspace working. Thanks for all the responses. Great forum here!