<?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: Issue while extracting files from a zip file placed in files section of lakehouse in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-while-extracting-files-from-a-zip-file-placed-in-files/m-p/3993102#M2579</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/676476"&gt;@ramlalr&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for using Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;The error message you are seeing, “FileNotFoundError: [Errno 2] No such file or directory: ‘/RAW/data_Q2_2017.zip’”, typically means that Python cannot find the file you’re trying to unzip. In your case, you are trying to unzip the file located at “/RAW/data_Q2_2017.zip”. This path is an absolute path, which means Python is looking for the file starting from the root directory (“/”). If your file is located in a subdirectory of your current working directory, you should use a relative path instead of an absolute path. A relative path starts from your current working directory, not from the root directory.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vcboorlamsft_0-1718359386014.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1116839iE28C32F8C9591997/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vcboorlamsft_0-1718359386014.png" alt="vcboorlamsft_0-1718359386014.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this information helps. Please do let us know if you have any further queries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jun 2024 10:04:05 GMT</pubDate>
    <dc:creator>v-cboorla-msft</dc:creator>
    <dc:date>2024-06-14T10:04:05Z</dc:date>
    <item>
      <title>Issue while extracting files from a zip file placed in files section of lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-while-extracting-files-from-a-zip-file-placed-in-files/m-p/3991548#M2563</link>
      <description>&lt;P&gt;I have placed a zip file in a RAW subfolder under files folder in lakehouse, when I try to unzip using zipfile package getting&amp;nbsp; "&lt;SPAN class=""&gt;FileNotFoundError&lt;/SPAN&gt;&lt;SPAN&gt;: [Errno 2] No such file or directory: '/RAW/data_Q2_2017.zip'"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Code Used:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt; zipfile&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;with&lt;/SPAN&gt;&lt;SPAN&gt; zipfile.ZipFile(&lt;/SPAN&gt;&lt;SPAN&gt;"/RAW/data_Q2_2017.zip"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'r'&lt;/SPAN&gt;&lt;SPAN&gt;) &lt;/SPAN&gt;&lt;SPAN&gt;as&lt;/SPAN&gt;&lt;SPAN&gt; zip_ref:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; zip_ref.extractall()&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Jun 2024 15:49:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-while-extracting-files-from-a-zip-file-placed-in-files/m-p/3991548#M2563</guid>
      <dc:creator>ramlalr</dc:creator>
      <dc:date>2024-06-13T15:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while extracting files from a zip file placed in files section of lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-while-extracting-files-from-a-zip-file-placed-in-files/m-p/3993102#M2579</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/676476"&gt;@ramlalr&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for using Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;The error message you are seeing, “FileNotFoundError: [Errno 2] No such file or directory: ‘/RAW/data_Q2_2017.zip’”, typically means that Python cannot find the file you’re trying to unzip. In your case, you are trying to unzip the file located at “/RAW/data_Q2_2017.zip”. This path is an absolute path, which means Python is looking for the file starting from the root directory (“/”). If your file is located in a subdirectory of your current working directory, you should use a relative path instead of an absolute path. A relative path starts from your current working directory, not from the root directory.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vcboorlamsft_0-1718359386014.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1116839iE28C32F8C9591997/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vcboorlamsft_0-1718359386014.png" alt="vcboorlamsft_0-1718359386014.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this information helps. Please do let us know if you have any further queries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 10:04:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-while-extracting-files-from-a-zip-file-placed-in-files/m-p/3993102#M2579</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-06-14T10:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while extracting files from a zip file placed in files section of lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-while-extracting-files-from-a-zip-file-placed-in-files/m-p/3993137#M2580</link>
      <description>&lt;P&gt;Thanks for the help&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 10:23:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-while-extracting-files-from-a-zip-file-placed-in-files/m-p/3993137#M2580</guid>
      <dc:creator>ramlalr</dc:creator>
      <dc:date>2024-06-14T10:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while extracting files from a zip file placed in files section of lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-while-extracting-files-from-a-zip-file-placed-in-files/m-p/3993146#M2581</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/676476"&gt;@ramlalr&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Glad that your query got resolved. &lt;BR /&gt;Please continue using Fabric Community for further queries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 10:29:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-while-extracting-files-from-a-zip-file-placed-in-files/m-p/3993146#M2581</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-06-14T10:29:12Z</dc:date>
    </item>
  </channel>
</rss>

