Skip to main content
Solved

use emailer after validation

  • June 10, 2022
  • 2 replies
  • 17 views

mr_fme
Enthusiast
Forum|alt.badge.img+9

I have a workspace that has several outputs, some of them need to be without any information so that at the end of the workspace execution, an email can be sent via emailer, how can I implement logic like this? Does anyone have an example?

Best answer by ctredinnick

You can use the NoFeaturesTester as an easy way to test for the absence of any features. So if everything passes validation, no summary is output from the FeatureWriter, therefore send a success email.

image

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

ctredinnick
Supporter
Forum|alt.badge.img+19
  • Supporter
  • 225 replies
  • Best Answer
  • June 12, 2022

You can use the NoFeaturesTester as an easy way to test for the absence of any features. So if everything passes validation, no summary is output from the FeatureWriter, therefore send a success email.

image


mr_fme
Enthusiast
Forum|alt.badge.img+9
  • Author
  • Enthusiast
  • 145 replies
  • June 20, 2022

thank“s