Share via

Integrate Data (different structure) from Blob to Azure SQL db using Logic Apps

Vasanthan K 1 Reputation point
2022-02-18T04:25:09.237+00:00

Hi,

Let me share the example of scenario.
Let say like we have few files are in Azure Blob Storage in different file format like csv, xlsx,... and different structure like EDI and Non EDI format.

Need to get the data from different file to single formatted file and have to load data to Azure SQL.

Can we achieve this through Azure Logic Apps.

Azure Storage
Azure Storage

Globally unique resources that provide access to data management services and serve as the parent namespace for the services.

Azure Logic Apps
Azure Logic Apps

An Azure service that automates the access and use of data across clouds without writing code.

0 comments No comments

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 71,016 Reputation points Moderator
    2022-02-24T10:08:57.52+00:00

    @Vasanthan K Logic app does have Azure Blob and SQL connector that you can leverage in your workflow. You can read the binary content of any file using in storage blob using Get Blob action. If you want to handle the X12 communication then you can refer to this document as there are some prerequisites as mentioned in the document. Once you have formatted data as per your requirement then you can leverage different SQL actions or if you want to insert that data in the SQL table then you can leverage the Insert Row action.

    Was this answer helpful?

    0 comments No comments

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.