Hey,
You can do the following:
- 1st copy the excel file as is from sharepoint into blob (binary dataset)
- Then use copy activity again with blob as source and sink and convert the excel into CSV
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have been trying to get an excel file .xlsx file from SharePoint and replace it has a csv format can this be achievable. In the first instance can i load the xlsx file from SharePoint through http connector.
I have been following and trying from the MS Doc: [https://learn.microsoft.com/en-us/azure/data-factory/connector-sharepoint-online-list?tabs=data-factory#copy-file-from-sharepoint-online.
please let me know if there are any solutions.
Hey,
You can do the following:
Hi @Tirunagari, Sravan,
Thank you for posting query in Microsoft Q&A Platform.
You need to make API call to get file copied to your destination first and then use another copy activity to take that copied file and load it as excel.
Below official documentation has steps to copy file from SharePoint Online. Kindly follow same.
copy file from sharepoint online
Hope this helps. Please let me know if any further queries.
Please consider hitting Accept Answer
and Yes
. Accepted answers help community as well.