<?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: Reading .gz without uncompressing it in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Reading-gz-without-uncompressing-it/m-p/2197642#M1302</link>
    <description>&lt;P&gt;Thanks for responding Abhishek, but I am using Windows. Do you any window command that will do the same thing.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Mar 2019 13:25:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-03-25T13:25:24Z</dc:date>
    <item>
      <title>Reading .gz without uncompressing it</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-gz-without-uncompressing-it/m-p/2197637#M1297</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to read txt.gz file and but I dont want to extract it because I need only first row (header) and count of lines in the file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help will be appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 11:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-gz-without-uncompressing-it/m-p/2197637#M1297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-25T11:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reading .gz without uncompressing it</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-gz-without-uncompressing-it/m-p/2197638#M1298</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LP9UAAW"&gt;@GopiSharma&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;but how you are thinking to count the number of rows without unarchiving the file? even if it will be in memory, it is. still will be unarchiving&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 12:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-gz-without-uncompressing-it/m-p/2197638#M1298</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-03-25T12:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Reading .gz without uncompressing it</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-gz-without-uncompressing-it/m-p/2197639#M1299</link>
      <description>&lt;P&gt;if you are on Liunx machine , check if you have zgrep/gunzip command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if yes , you could use tSystem and Zgrep/gunzip .&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 12:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-gz-without-uncompressing-it/m-p/2197639#M1299</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-03-25T12:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reading .gz without uncompressing it</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-gz-without-uncompressing-it/m-p/2197640#M1300</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LP7CAAW"&gt;@uganesh&lt;/A&gt;&amp;nbsp;wrote: 
 &lt;BR /&gt; 
 &lt;P&gt;if you are on Liunx machine , check if you have zipgrep command.&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;if yes , you could use tSystem and Zipgrep .&lt;/P&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;for grep (pattern search) - yes&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;but for row counts?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;in any case -&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;zipgrep is a shell script and requires egrep(1) and unzip(1L) to function&lt;/PRE&gt; 
&lt;P&gt;it's&amp;nbsp;not a "magic button" it uncompress the file and do the proper job &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 12:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-gz-without-uncompressing-it/m-p/2197640#M1300</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-03-25T12:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reading .gz without uncompressing it</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-gz-without-uncompressing-it/m-p/2197641#M1301</link>
      <description>&lt;P&gt;Hi Vapukov&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for responding. Actually I was thinking if we have some existing component in Talend that can do the similar stuff like in Unix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;zcat file.txt.gz | wc -l&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 13:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-gz-without-uncompressing-it/m-p/2197641#M1301</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-25T13:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reading .gz without uncompressing it</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-gz-without-uncompressing-it/m-p/2197642#M1302</link>
      <description>&lt;P&gt;Thanks for responding Abhishek, but I am using Windows. Do you any window command that will do the same thing.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 13:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-gz-without-uncompressing-it/m-p/2197642#M1302</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-25T13:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Reading .gz without uncompressing it</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-gz-without-uncompressing-it/m-p/2197643#M1303</link>
      <description>&lt;P&gt;any update on the question&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 07:34:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-gz-without-uncompressing-it/m-p/2197643#M1303</guid>
      <dc:creator>tamilselvan1</dc:creator>
      <dc:date>2021-10-21T07:34:56Z</dc:date>
    </item>
  </channel>
</rss>

