<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Transport Data from Sharepoint Excel file to Databrics Table in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/transport-data-from-sharepoint-excel-file-to-databrics-table/m-p/129127#M48441</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/180285"&gt;@Hasiok1337&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Sure, but I think the best way is to follow the guide at databricks docs. It's really well described. As a first step you need to configure authentication to sharepoint using OAuth U2M (which is recommended). Detailed guide how to do this you can find here;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/ingestion/lakeflow-connect/sharepoint-source-setup" target="_blank"&gt;Configure OAuth U2M for Microsoft SharePoint ingestion | Databricks Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Once you will have your authentication part done, then you need to create microsoft sharepoint ingestion pipeline. Again, this is really well described at docs, so just try to follow along below tutorial (they even provide example notebook):&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/ingestion/lakeflow-connect/sharepoint-pipeline" target="_blank"&gt;Create a Microsoft SharePoint ingestion pipeline | Databricks Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Aug 2025 11:11:25 GMT</pubDate>
    <dc:creator>szymon_dybczak</dc:creator>
    <dc:date>2025-08-21T11:11:25Z</dc:date>
    <item>
      <title>Transport Data from Sharepoint Excel file to Databrics Table</title>
      <link>https://community.databricks.com/t5/data-engineering/transport-data-from-sharepoint-excel-file-to-databrics-table/m-p/128992#M48403</link>
      <description>&lt;P&gt;Hello &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Is there a way in a Databricks notebook to pull data from an Excel file stored on SharePoint and upload it into my table in Databricks?&lt;/STRONG&gt;&lt;BR /&gt;I have a situation where I maintain a few tables on SharePoint and a few tables with the same data in Databricks. My goal is to upload data from SharePoint into the Databricks tables.&lt;BR /&gt;I was considering something like this: &lt;EM&gt;if a file on SharePoint changes → trigger Power Automate → execute a Databricks notebook. I dont have access to blob or graph also.&lt;/EM&gt;&lt;BR /&gt;Is this approach feasible?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 14:35:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/transport-data-from-sharepoint-excel-file-to-databrics-table/m-p/128992#M48403</guid>
      <dc:creator>Hasiok1337</dc:creator>
      <dc:date>2025-08-20T14:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Transport Data from Sharepoint Excel file to Databrics Table</title>
      <link>https://community.databricks.com/t5/data-engineering/transport-data-from-sharepoint-excel-file-to-databrics-table/m-p/128997#M48405</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/180285"&gt;@Hasiok1337&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Your approach is valid in my opinion. But you can also check SharePoint connector. Is in beta currently, but should work. It gives you out of the box way to extract files from SharePoint into databricks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 14:42:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/transport-data-from-sharepoint-excel-file-to-databrics-table/m-p/128997#M48405</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-08-20T14:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Transport Data from Sharepoint Excel file to Databrics Table</title>
      <link>https://community.databricks.com/t5/data-engineering/transport-data-from-sharepoint-excel-file-to-databrics-table/m-p/129120#M48437</link>
      <description>&lt;P&gt;Hmm, that's interesting. Could you explain in more detail how it can be done using the SharePoint connector? Or maybe help me with my first idea? You know, I'm asking because for these two approaches I have no idea how it could be done in Databricks/notebooks...&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 10:33:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/transport-data-from-sharepoint-excel-file-to-databrics-table/m-p/129120#M48437</guid>
      <dc:creator>Hasiok1337</dc:creator>
      <dc:date>2025-08-21T10:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Transport Data from Sharepoint Excel file to Databrics Table</title>
      <link>https://community.databricks.com/t5/data-engineering/transport-data-from-sharepoint-excel-file-to-databrics-table/m-p/129127#M48441</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/180285"&gt;@Hasiok1337&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Sure, but I think the best way is to follow the guide at databricks docs. It's really well described. As a first step you need to configure authentication to sharepoint using OAuth U2M (which is recommended). Detailed guide how to do this you can find here;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/ingestion/lakeflow-connect/sharepoint-source-setup" target="_blank"&gt;Configure OAuth U2M for Microsoft SharePoint ingestion | Databricks Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Once you will have your authentication part done, then you need to create microsoft sharepoint ingestion pipeline. Again, this is really well described at docs, so just try to follow along below tutorial (they even provide example notebook):&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/ingestion/lakeflow-connect/sharepoint-pipeline" target="_blank"&gt;Create a Microsoft SharePoint ingestion pipeline | Databricks Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 11:11:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/transport-data-from-sharepoint-excel-file-to-databrics-table/m-p/129127#M48441</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-08-21T11:11:25Z</dc:date>
    </item>
  </channel>
</rss>

