Need to delete the records from Txt file in Blob storage

Rohit Kulkarni 6 Reputation points
2021-02-11T07:49:49.34+00:00

Hello Team,

I am trying to delete the records from txt file in Blob storage via Azure data facotry pipeline.Please advise me

Regards
Rk

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,975 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,984 questions
{count} votes

2 answers

Sort by: Most helpful
  1. MarkKromer-MSFT 5,216 Reputation points Microsoft Employee
    2021-02-11T18:24:03.693+00:00

    In ADF, add a new Data Flow. Point to your text file in the Source transformation, then add a Filter transformation to filter out the rows that you wish to delete. Add a Sink transformation to write a new file without your deleted rows.

    0 comments No comments

  2. Rohit Kulkarni 691 Reputation points
    2021-03-01T19:09:36.2+00:00

    This issue got resolved by applying in different format via azure function.

    Thanks for your help Mark.


Your answer

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