Solved

terminate translation if one of the input tables is empty

  • 14 April 2022
  • 2 replies
  • 10 views

Badge

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

 

icon

Best answer by dustin 14 April 2022, 14:31

View original

2 replies

Userlevel 3
Badge +26

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.

Badge

Thank you! This works perfect.

 

Reply