Hi
I have a conditional split component with two output streams that detect changes
for certain columns. Stream 1 checks for changes in the open and close dates and the second stream
for changes in product and status code and description (see screenshot)
My understanding from running the job is that the conditional split outputs to only the first stream as soon as the
first condition is valid and no longer to the second one if the second condition is met as well.
I would like to have the incoming data stream go to both if both of the conditions are valid. Do I need to use a multicast component
instead to generate two data streams followed by two associated filter conditions? I guess the filter conditions would need to be implemented
through a conditional split as well as I didn't see any dedicated filter components.
I'm not entirely sure what the proper design is in this case.
Roland