Solved

FME Desktop 2022 Build 22304: How to get an esri feature class generated in case the number of passed filtered features are zero (no features are filtered)?


Badge +5

FME Desktop 2022 Build 22304: How to get an esri feature class generated in case the number of passed filtered features are zero (no features are filtered)?

 

For example, in the screenshot below, no passed features are filtered as an output for the tester transformer. How to get this result reported in an esri feature class stored in file geodatabase? Currently, no feature class is generated in case no features are filtered

 

 

Clip_33 

 

icon

Best answer by redgeographics 28 March 2022, 11:01

View original

2 replies

Userlevel 4
Badge +25

There's a NoFeaturesTester custom transformer that you can use, between the Tester and your writer feature type.

If there's nothing coming out of the Tester the NoFeaturesTester will output a feature that you can use to trigger the writer feature type. However, that does mean that there will be an empty feature going into your feature class.

Badge +5

It works fine. Thank you for the hep

 

Clip_317

Reply