Azure data factory .CSV/TXT file row/column filtering WITHOUT using dataflow

Pankaj Joshi 411 Reputation points
2022-12-13T16:12:57.257+00:00

I am copying .Csv file from storage blob through azure data factory. Then I need to filter few records based on specific column value AND also need to remove few columns from. Csv file.

Is above basic row level and column level filtering is possible for .csv/txt files in Adf WITHOUT using DATAFLOW?

Please advise.
(Also I am not using any database)

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
{count} votes

1 answer

Sort by: Most helpful
  1. Nandan Hegde 36,716 Reputation points MVP Volunteer Moderator
    2022-12-14T10:09:27.727+00:00

    Hey
    Based on my understanding, with no database involved and no dataflow usage and your file size exceeding the limitations of lookup activity , there is no out of the box feature within ADF to achieve this.
    You would have to write your own custom logic in Azure automation/databricks or azure batch etc .

    Note: There is something called power query but it too uses a spark cluster hence my thought is you would not be leveraging that as well
    270516-image.png

    https://learn.microsoft.com/en-us/azure/data-factory/control-flow-power-query-activity


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.