Two data streams
You can use Filter component to split data stream into two data streams. Connect an edge to the second output port of the filter to get rejected records too.
Figure 2.9. Splitting one data stream
You can use the same condition as in the previous example. The records matching the data filter condition will be passed to the first output port, the later ones will go to the second output port.