Skip to main content
Released

TestFilter Option Which Allows you to Choose to let all Data Test Against all Fi

Related products:Transformers
  • October 29, 2015
  • 9 replies
  • 73 views

lars_de_vries
Forum|alt.badge.img+10

***Note from Migration:***

Original Title was: TestFilter Option Which Allows you to Choose to let all Data Test Against all Filters Instead of doing it Stepwise


Add an option to the TestFilter, where you can choose to let all data test against all filters instead of doing it step-wise. E.g. If I have a dataset of 10 objects and 3 queries in a TestFilter, I want all 10 objects to test against each of the 3 queries. Normally a few objects would fall out in the first test, a few more in the second, etc. For now I can solve this with a Loop transformer, but it would be nice to have an option in the TestFilter to test all data against all queries.
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.

9 replies

mark2atsafe
Safer
Forum|alt.badge.img+59
  • Safer
  • October 29, 2015
Ah, OK. I see it now. Data gets duplicated when it passes. If it was a new transformer you could almost call it the TestCloner! Makes me wonder if you could use conditional processing in a Cloner or similar transformer. Maybe not, but I feel there must be a good workaround if I could only think of it!

mark2atsafe
Safer
Forum|alt.badge.img+59
  • Safer
  • October 29, 2015
Am I missing something, or isn't this what composite tests do in the Tester?

  • October 29, 2015
@dalelutz3 @larsdevries1 RE enhanced TestFilter.Name suggestion: TestBrancher.

lars_de_vries
Forum|alt.badge.img+10
@dalelutz3 How about TestReplicator, DataTester, Inquirer or TestAccumulator?

lars_de_vries
Forum|alt.badge.img+10
@markireland2 The idea is that you have a set of data, that can run through a set of tests, just like a TestFilter, only in this case all data passes all Filters in stead of funneling the data. You should see it as a series of Testers in a single transformer.

fmelizard
Safer
Forum|alt.badge.img+22
  • Safer
  • October 29, 2015
@larsdevries1 This is a very interesting idea -- really it becomes a "TestCloner" or something along those lines. No longer a Filter because we'll make a copy of the feature for each port it passes the test for.This would not be hard to do. Definitely will track this idea. Open to naming ideas as well.

ekkischeffler
Contributor
Forum|alt.badge.img+7

Yes please. I usually create custom transformers with several testers in it for this purpose.


lars_de_vries
Forum|alt.badge.img+10

Any idea whether this is going to be implemented (any time soon)?


lars_de_vries
Forum|alt.badge.img+10

I just read it is implemented in 2022.1​