pull csv file data from http

arkiboys 9,696 Reputation points
2023-05-25T14:15:47.4333333+00:00

Hello,
I would like to have a ADF pipeline to go to http site and pull data from the csv file which is inside the site and put the data into the database.
Probably I can use copy activity but not sure how to read data inside the csv when it is in http.
How can I do this

Thank you

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

Accepted answer
  1. QuantumCache 20,271 Reputation points
    2023-05-30T23:13:55.08+00:00

    Hello @arkiboys

    I tried the HTTP url to pull some CSV data and sink the SQL DB table, i hope this helps with your initial query!

    Source: Shows the HTTP endpoint dataset inside the Copy Activity.

    User's image

    SINK

    User's image

    Mapping:

    User's image

    HTTP connection inside the Copy Activity:
    User's image

    User's image

    Example: the HTTP endpoint looks something like below, from which we pull the CSV data.

    https://communityspacestorage.blob.core.windows.net/inbound/Salesheader.csv?sp=r&st22:35:52Z&se=2023-08-2Z&spr=https&sv=2022-11-02&sr=b&sig=FUEM%3D

    Please let us know if you need further help in this matter and we would be glad to help you further!

    If the response is helpful, please click "Accept Answer" and upvote it. So that we can close this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.