0
votes

I am trying to download a file from a URL.

https://example.com/report_view.php?reportcode=59281&action=exportcsv&casino=2210&reportby=daily&datetype=1

The above URL generates a report.csv file everytime it is hit. The URL when run in a regular browser downloads a file. Nothing loads in the window.

I am trying to download the file using Copy Activity in Azure data factory.

Source: HTTP request >> Delimited Text

Sink: Azure Blob Storage.

But the copy activity is failing to download the file.

How to ensure that the file get's in the blob storage?

1

1 Answers

0
votes

I tested in the copy activity and it works for me.

Source Dataset,Http Request:

enter image description here

Sink Dataset,Azure Blob Storage:

enter image description here

Result,never set any file name,so it generates random file name:

enter image description here