It is a large data set. If there are no values, I want to send the data to a writer, if there are any values, I want to go to the terminator. My issue is that the data set is large and using a tester or attributeValidator isn't work because values are getting to my writer before validation is complete.
Solved
I am trying to test an entire field to see if there are any populated values.
Best answer by ciarab
Try the feature holder as it will hold all the records until the last one arrives. So your null records should hit terminator before the last correct record arrives at the feature holder.
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.
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.

