<?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: External File ingestion in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/External-File-ingestion/m-p/4914384#M14474</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1380740"&gt;@JibinSebastian&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Few options suggested for your scenaio:&lt;/P&gt;&lt;DIV&gt;&lt;H3&gt;&lt;STRONG&gt;Use On-Premises Data Gateway&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Install &lt;STRONG&gt;Microsoft On-Premises Data Gateway&lt;/STRONG&gt; on your local network.&lt;/LI&gt;&lt;LI&gt;Configure &lt;STRONG&gt;Fabric Dataflows (Power Query)&lt;/STRONG&gt; or &lt;STRONG&gt;Data Factory pipelines&lt;/STRONG&gt; to connect through the gateway.&lt;/LI&gt;&lt;LI&gt;This allows Fabric to securely access local files without moving them manually.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;&lt;STRONG&gt;2. Scheduled Upload via Automation&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Use &lt;STRONG&gt;Power Automate&lt;/STRONG&gt; or a script (PowerShell, Python) to:&lt;UL&gt;&lt;LI&gt;Pick up CSV files from local folders.&lt;/LI&gt;&lt;LI&gt;Push them to &lt;STRONG&gt;OneLake&lt;/STRONG&gt; or &lt;STRONG&gt;Azure Blob Storage&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Once in OneLake, Fabric can ingest them into &lt;STRONG&gt;Lakehouse&lt;/STRONG&gt; or &lt;STRONG&gt;Dataflow Gen2&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;&lt;STRONG&gt;3. Hybrid Approach&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;If you have &lt;STRONG&gt;network restrictions&lt;/STRONG&gt;, you can:&lt;UL&gt;&lt;LI&gt;Set up a &lt;STRONG&gt;shared folder&lt;/STRONG&gt; accessible via gateway.&lt;/LI&gt;&lt;LI&gt;Or use &lt;STRONG&gt;SFTP/FTP&lt;/STRONG&gt; with a pipeline in Fabric Data Factory.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Let me know if the requirement is different.&lt;/P&gt;&lt;P&gt;If you found this helpful, do like it and accept it as a solution.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 08 Jan 2026 05:30:34 GMT</pubDate>
    <dc:creator>ati_puri</dc:creator>
    <dc:date>2026-01-08T05:30:34Z</dc:date>
    <item>
      <title>External File ingestion</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/External-File-ingestion/m-p/4914078#M14467</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I want to ingest external csv from from a different network to fabric, Could you please&amp;nbsp; help me to understand the best way to ingest that data into fabric.&lt;BR /&gt;&lt;BR /&gt;any leads would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;best regards,&lt;BR /&gt;Jibin Sebastian&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2026 16:55:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/External-File-ingestion/m-p/4914078#M14467</guid>
      <dc:creator>JibinSebastian</dc:creator>
      <dc:date>2026-01-07T16:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: External File ingestion</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/External-File-ingestion/m-p/4914080#M14469</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1380740"&gt;@JibinSebastian&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use a Dataflows Gen2 using the File connector. Whether you will need a gateway to connect to the file will depend on:&lt;/P&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;you need a gateway if:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The external CSV file is on a private network (on-premises or VPC) that is not accessible over the public internet.&lt;/LI&gt;&lt;LI&gt;You want secure connectivity without opening ports or exposing the network publicly.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;No gateway needed if:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The CSV file is hosted on a publicly accessible endpoint (HTTP, HTTPS).&lt;/LI&gt;&lt;LI&gt;The file is in a cloud storage service (Azure Blob, AWS S3, etc.) with public or token-based access.&lt;/LI&gt;&lt;LI&gt;You manually upload the file into OneLake.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Hope this helps - please appreciate leaving a &lt;STRONG&gt;Kudos&lt;/STRONG&gt; or accepting as a &lt;STRONG&gt;Solution&lt;/STRONG&gt;!&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 07 Jan 2026 17:06:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/External-File-ingestion/m-p/4914080#M14469</guid>
      <dc:creator>deborshi_nag</dc:creator>
      <dc:date>2026-01-07T17:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: External File ingestion</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/External-File-ingestion/m-p/4914180#M14472</link>
      <description>&lt;P&gt;Please clarify what "different network" means.&amp;nbsp; For example - if these CSV files are on a sharepoint then you can use the new shortcut feature - no need to ingest anything.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2026 20:25:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/External-File-ingestion/m-p/4914180#M14472</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2026-01-07T20:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: External File ingestion</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/External-File-ingestion/m-p/4914384#M14474</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1380740"&gt;@JibinSebastian&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Few options suggested for your scenaio:&lt;/P&gt;&lt;DIV&gt;&lt;H3&gt;&lt;STRONG&gt;Use On-Premises Data Gateway&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Install &lt;STRONG&gt;Microsoft On-Premises Data Gateway&lt;/STRONG&gt; on your local network.&lt;/LI&gt;&lt;LI&gt;Configure &lt;STRONG&gt;Fabric Dataflows (Power Query)&lt;/STRONG&gt; or &lt;STRONG&gt;Data Factory pipelines&lt;/STRONG&gt; to connect through the gateway.&lt;/LI&gt;&lt;LI&gt;This allows Fabric to securely access local files without moving them manually.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;&lt;STRONG&gt;2. Scheduled Upload via Automation&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Use &lt;STRONG&gt;Power Automate&lt;/STRONG&gt; or a script (PowerShell, Python) to:&lt;UL&gt;&lt;LI&gt;Pick up CSV files from local folders.&lt;/LI&gt;&lt;LI&gt;Push them to &lt;STRONG&gt;OneLake&lt;/STRONG&gt; or &lt;STRONG&gt;Azure Blob Storage&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Once in OneLake, Fabric can ingest them into &lt;STRONG&gt;Lakehouse&lt;/STRONG&gt; or &lt;STRONG&gt;Dataflow Gen2&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;&lt;STRONG&gt;3. Hybrid Approach&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;If you have &lt;STRONG&gt;network restrictions&lt;/STRONG&gt;, you can:&lt;UL&gt;&lt;LI&gt;Set up a &lt;STRONG&gt;shared folder&lt;/STRONG&gt; accessible via gateway.&lt;/LI&gt;&lt;LI&gt;Or use &lt;STRONG&gt;SFTP/FTP&lt;/STRONG&gt; with a pipeline in Fabric Data Factory.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Let me know if the requirement is different.&lt;/P&gt;&lt;P&gt;If you found this helpful, do like it and accept it as a solution.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 08 Jan 2026 05:30:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/External-File-ingestion/m-p/4914384#M14474</guid>
      <dc:creator>ati_puri</dc:creator>
      <dc:date>2026-01-08T05:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: External File ingestion</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/External-File-ingestion/m-p/4916590#M14523</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1380740"&gt;@JibinSebastian&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I wanted to check if you had the opportunity to review the information provided by &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1261793"&gt;@ati_puri&lt;/a&gt;&amp;nbsp;, &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp; and &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1445078"&gt;@deborshi_nag&lt;/a&gt;&amp;nbsp;. Please feel free to contact us if you have any further questions.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2026 10:40:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/External-File-ingestion/m-p/4916590#M14523</guid>
      <dc:creator>v-nmadadi-msft</dc:creator>
      <dc:date>2026-01-12T10:40:53Z</dc:date>
    </item>
  </channel>
</rss>

