<?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: unzip a password protected file using synapse notebook in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/unzip-a-password-protected-file-using-synapse-notebook/m-p/69222#M33865</link>
    <description>&lt;P&gt;&amp;nbsp;it is most probably possible.&lt;BR /&gt;If you use python, the zipfile library can do it, something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;with zipfile.ZipFile(zip_file_path, 'r') as zip_ref:
            zip_ref.extractall(path=extract_to, pwd=bytes(password,'utf-8'))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;In scala there is f.e. zip4j&lt;/P&gt;</description>
    <pubDate>Fri, 17 May 2024 07:17:18 GMT</pubDate>
    <dc:creator>-werners-</dc:creator>
    <dc:date>2024-05-17T07:17:18Z</dc:date>
    <item>
      <title>unzip a password protected file using synapse notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/unzip-a-password-protected-file-using-synapse-notebook/m-p/68992#M33780</link>
      <description>&lt;P&gt;I have a zipped file. It has 3 csv files.&amp;nbsp; It is password protected. When I tried extracting it manually it will extract only with 7zip.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I moved my zipped file to ADLS automatically and want to extract it with the password.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to unzip the file and read all the csv's&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 12:10:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unzip-a-password-protected-file-using-synapse-notebook/m-p/68992#M33780</guid>
      <dc:creator>anuintuceo</dc:creator>
      <dc:date>2024-05-14T12:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: unzip a password protected file using synapse notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/unzip-a-password-protected-file-using-synapse-notebook/m-p/69222#M33865</link>
      <description>&lt;P&gt;&amp;nbsp;it is most probably possible.&lt;BR /&gt;If you use python, the zipfile library can do it, something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;with zipfile.ZipFile(zip_file_path, 'r') as zip_ref:
            zip_ref.extractall(path=extract_to, pwd=bytes(password,'utf-8'))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;In scala there is f.e. zip4j&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 07:17:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unzip-a-password-protected-file-using-synapse-notebook/m-p/69222#M33865</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2024-05-17T07:17:18Z</dc:date>
    </item>
  </channel>
</rss>

