Skip to main content

hello,

 

 

 

I have a workspace with 2 tables. these tables are automatically populated.

 

in the translation is a FeatureJoiner (left join) which joins the data from these 2 tables and "moves" it further..

 

Is it any possibility to stop the translation after running it if one of the input tables is empty(no records)?

 

 

 

Thank you

 

Nicu

 

Have a look at the NoFeaturesTester in the FMEHub. NoFeaturesTester | FME Hub (safe.com)

 

Make a connection from the table to the NoFeatureTester. From the NOINPUT port, connect a Terminator. This will terminate the translation if the table is empty.


Thank you! This works perfect.

 


Reply