Remove matched row from BlobStorage using Logic App

Qusai Ismail 2 Reputation points
2022-09-27T05:47:16.01+00:00

Hello,

If i have a blob storage txt contains uniform rows, for example usernames, and i need to remove specific username from that file using Logic App.

Is there a way to do that?

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,436 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,854 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Mike Urnun 9,676 Reputation points Microsoft Employee
    2022-09-29T05:24:04.333+00:00

    Hello @Qusai Ismail Yes, you can definitely do that with Logic Apps. For blob-specific operations, you can use the Blob Storage Connector. As for operations like reading the row of txt, and locating a specific username in it, and removing it, you can use String functions.