I have the following situation: I have a component in my Flaw that has, among others, a column continent:
To do this, I add a new component into the flow: a component of type Filter; and specified condition continent == 'Europe':
After this, the component’s output stream FilterEuropeOnly will have only row related to ‘Europe’.