How to connect to a portal from Azure data factory

Viewed 41

I have a portal which has many headers. One of the headers is Reports under which I have multiple reports in csv format. I need to extract each report and get it in adls using ADF. I tried copy activity, with source as http. But what I get is the html response of that page. I am not able to get the data of that particular page. What can be the solution. I used web activity and established connection and output of it is still the html code of page.

0 Answers
Related