0
votes

Can any one help me how to load csv file from share point online to azure Blob storage using Azure Data Factory.

I tried with Logic apps and succeed however logic app will not upload all file unless we made any change to the file or upload new.

I need to load all the file even there is no changes.

2

2 Answers

1
votes

ADF v2 now supports loading from sharepoint online by OData connector with AAD service principal authentication: https://docs.microsoft.com/en-us/azure/data-factory/connector-odata

0
votes

You probably can use a Logic App by changing to a Recurrence Trigger.

On that interval, you List the files in the Library then take any action on them you want.