Read CSV file from azure storage with Azure Funcations

Mohsen Akhavan 936 Reputation points
2021-02-10T06:21:55.507+00:00

I have a CSV file on azure storage blob and I wanna create an azure function to read this CSV file and select some rows.
Is it possible?
I need a sample code or a link for this issue.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,328 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,724 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sumarigo-MSFT 43,806 Reputation points Microsoft Employee
    2021-02-10T08:17:47.403+00:00

    @Mohsen Akhavan Welcome to Microsoft Q&A, Thank you posting your query!

    There is a multiple similar thread discussion in SO forum:https://stackoverflow.com/questions/64619196/use-azure-function-to-export-csv Please refer to the suggestion and let me know the status!

    How to read the file content and parse the CSV file from BLOB in Azure?

    read csv from blob storage with Azure function no permissions & how to read the data from blob storage and access it by using azure function app

    File processing and validation using Azure Functions: https://learn.microsoft.com/en-us/samples/azure-samples/serverless-file-validation/file-processing-and-validation-using-azure-functions-logic-apps-and-durable-functions/

    Hope this helps!

    Kindly let us know if the above helps or you need further assistance on this issue.

    ----------------------------------------------------------------------------------------------------------------------

    Please don’t forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. SUNOJ KUMAR YELURU 13,951 Reputation points MVP
    2021-02-10T07:01:03.56+00:00

    HI @Mohsen Akhavan

    Use Azure Function to Export CSV
    Use Azure Functions to process a CSV File and import data into Azure SQL

    If the Answer is helpful, please click Accept Answer and up-vote, this can be beneficial to other community members.

    0 comments No comments