<?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: Can JMP read .gz archives ? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Can-JMP-read-gz-archives/m-p/503296#M73598</link>
    <description>&lt;P&gt;I solved my own problem. This works for me :&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;MyArchive = LoadTextFile("MyFile.gz", BLOB);
MyArchiveContents = GZIPUnCompress(MyArchive);
MyDataFile  = Open(MyArchiveContents,text);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jun 2022 17:24:42 GMT</pubDate>
    <dc:creator>tsl</dc:creator>
    <dc:date>2022-06-08T17:24:42Z</dc:date>
    <item>
      <title>Can JMP read .gz archives ?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-JMP-read-gz-archives/m-p/503264#M73596</link>
      <description>&lt;P&gt;JMP can read .zip archives, for example&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;MyArchive = Open("MyArchive.zip", zip);
MyFiles = MyArchive &amp;lt;&amp;lt; dir;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;However ,if the file is not a .zip archive, but a .gz archive, it doesn't seem to work.&lt;/P&gt;&lt;P&gt;The &amp;lt;&amp;lt; dir command returns an empty list.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 17:00:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-JMP-read-gz-archives/m-p/503264#M73596</guid>
      <dc:creator>tsl</dc:creator>
      <dc:date>2023-06-09T17:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can JMP read .gz archives ?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-JMP-read-gz-archives/m-p/503296#M73598</link>
      <description>&lt;P&gt;I solved my own problem. This works for me :&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;MyArchive = LoadTextFile("MyFile.gz", BLOB);
MyArchiveContents = GZIPUnCompress(MyArchive);
MyDataFile  = Open(MyArchiveContents,text);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 17:24:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-JMP-read-gz-archives/m-p/503296#M73598</guid>
      <dc:creator>tsl</dc:creator>
      <dc:date>2022-06-08T17:24:42Z</dc:date>
    </item>
  </channel>
</rss>

