Skip to main content
Solved

terminate translation if one of the input tables is empty

  • April 14, 2022
  • 2 replies
  • 91 views

nicolae.soare
Participant
Forum|alt.badge.img+3

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

 

Best answer by dustin

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

dustin
Influencer
Forum|alt.badge.img+31
  • Influencer
  • 627 replies
  • Best Answer
  • April 14, 2022

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.


nicolae.soare
Participant
Forum|alt.badge.img+3
  • Author
  • Participant
  • 9 replies
  • April 18, 2022

Thank you! This works perfect.