<?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: How to unzip a .gz file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-unzip-a-gz-file/m-p/2218080#M13426</link>
    <description>Hi klmc&lt;BR /&gt;You can use tFileUnarchive to unzip the file once you have fetched it.&lt;BR /&gt;Regards,&lt;BR /&gt;Rick</description>
    <pubDate>Thu, 28 Oct 2010 11:56:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-10-28T11:56:26Z</dc:date>
    <item>
      <title>How to unzip a .gz file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-unzip-a-gz-file/m-p/2218077#M13423</link>
      <description>Hi,&lt;BR /&gt;I am wondering which component I can use for the following scenario:&lt;BR /&gt;1) Download testing.txt.gz from &lt;A href="http://server.com" target="_blank" rel="nofollow noopener noreferrer"&gt;http://server.com&lt;/A&gt; &lt;BR /&gt;2) Unzip the testing.txt.gz to testing.txt which is tab delimited format&lt;BR /&gt;Any help is really appreciated! I want to know which component I can use to download a .gz file from &lt;A href="http://server.com" target="_blank" rel="nofollow noopener noreferrer"&gt;http://server.com&lt;/A&gt;, unzip it to a tab delimited format for ETL processing.&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Sat, 16 Nov 2024 13:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-unzip-a-gz-file/m-p/2218077#M13423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to unzip a .gz file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-unzip-a-gz-file/m-p/2218078#M13424</link>
      <description>Hi,&lt;BR /&gt;I have used 7zip to extraxt GZIP Files and called 7zip it with tSystem.&lt;BR /&gt;regards&lt;BR /&gt;Hannes</description>
      <pubDate>Thu, 28 Oct 2010 11:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-unzip-a-gz-file/m-p/2218078#M13424</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-28T11:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to unzip a .gz file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-unzip-a-gz-file/m-p/2218079#M13425</link>
      <description>Hello 
&lt;BR /&gt;1) Try the tFileFetch component.
&lt;BR /&gt;2) Junitiedt's solution is a good idea.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 28 Oct 2010 11:30:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-unzip-a-gz-file/m-p/2218079#M13425</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-28T11:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to unzip a .gz file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-unzip-a-gz-file/m-p/2218080#M13426</link>
      <description>Hi klmc&lt;BR /&gt;You can use tFileUnarchive to unzip the file once you have fetched it.&lt;BR /&gt;Regards,&lt;BR /&gt;Rick</description>
      <pubDate>Thu, 28 Oct 2010 11:56:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-unzip-a-gz-file/m-p/2218080#M13426</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-28T11:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to unzip a .gz file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-unzip-a-gz-file/m-p/2218081#M13427</link>
      <description>Thanks all for your help!!! I tried to use tFileFetch component; if the file doesn't exist, it throws an exception error HTTP/1.1 404, is there a way to specify if the file doesn't exist, don't throw an exception error.</description>
      <pubDate>Thu, 28 Oct 2010 23:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-unzip-a-gz-file/m-p/2218081#M13427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-28T23:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to unzip a .gz file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-unzip-a-gz-file/m-p/2218082#M13428</link>
      <description>Hello
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;is there a way to specify if the file doesn't exist, don't throw an exception error.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Uncheck the box 'die on error'.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 29 Oct 2010 06:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-unzip-a-gz-file/m-p/2218082#M13428</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-29T06:46:18Z</dc:date>
    </item>
  </channel>
</rss>

