ADF: Data Flow: how to filter data

Apr 04, 2022 17:04

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’.

azure data factory

Previous post
Up