Write file (.csv and .xlsx) from Azure Data Lake into Sharepoint document folder via ADF

SahaArpita-9831 0 Reputation points
2023-11-23T08:22:09.43+00:00

We have a requirement to write files in .csv and .xlsx format into SharePoint document folder via ADF. These files are available in ADLS. Is there anyway to do this ? I have checked using copy data activity but I don't see sink dataset available for SharePoint or HTTP. Any kind of help is appreciated.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,623 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nandan Hegde 36,146 Reputation points MVP Volunteer Moderator
    2023-11-23T08:31:47.4133333+00:00

    Hey,

    unfortunately it is not possible to copy data into Sharepoint via ADF directly as you rightly identified that there is no Sharepoint or http connector available in sink.

    you would have to use other Azure offering like Logic app or Azure function etc to do the same.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.