Share via

Load data from a website using ADL Data pipelines

bk 466 Reputation points
Oct 19, 2020, 3:09 PM

Hi All
I want to load data from an excel link on a webiste. Is there a good document to show how to do it? I want to load data using ADF.
Thanks

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

1 answer

Sort by: Most helpful
  1. MartinJaffer-MSFT 26,236 Reputation points
    Oct 19, 2020, 11:38 PM

    Hello @bk and thank you for your question.

    If the link on the website is for a download, you probably want to do 2 copy activities.

    First, copy from the website to your storage. (HTTP binary dataset) , probably also decompress at the same time.

    Second you can use the excel connector to load from the excel file now in storage to wherever you want it to go.

    0 comments No comments

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.