Filtering in Azure Data Factory
Post by: syed hussain in Azure Data Factory
Summary
Microsoft have now made it easier to filter records from a delimited source. We all know it’s possible to filter SQL data sources, but now filtering in Azure Data Factory has become easier with Data Flows. Below is an example of rows being filtered where column_4 equals Mary.
My source dataset is as follows:
The filter rule is really simple: Column_4 == ‘Mary’
The result:
Tags: data factory filter filter tips