Forum Discussion
JatinSaini
1 year agoRegular Visitor
[URGENT] Get Data from SharePoint Folder Dynamically
Hi Developers, I am kind of new to the Fabric Platform and was recently working on a new requirement, hope you could help me to solve this: My users are going to add the files on monthly basis to...
- 1 year ago
There are 2 ways:
Assuming you use data pipeline, you can use sharepoint REST API to copy the file from sharepoint into a lakehouse staging zone :
Note : Though the link is for ADF/synapse, data pipeline concpet remains the same.
You can parameterize the file name as per your convenience
In case if you want dataflow,plz follow the below link as reference :
NandanHegde
Super User
1 year agoThere are 2 ways:
Assuming you use data pipeline, you can use sharepoint REST API to copy the file from sharepoint into a lakehouse staging zone :
Note : Though the link is for ADF/synapse, data pipeline concpet remains the same.
You can parameterize the file name as per your convenience
In case if you want dataflow,plz follow the below link as reference :