<?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: Extract a single file from a zip in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Extract-a-single-file-from-a-zip/m-p/2323898#M93671</link>
    <description>&lt;P&gt;Unfortunately, I will disappoint you, but there is no such solution.&lt;/P&gt;
&lt;P&gt;I was looking for a solution on the Internet and did not find it. I also needed to get 2 essay files from a zip file, which I ordered from &lt;A href="https://familyessay.org/" target="_self" rel="nofollow noopener noreferrer"&gt;Familyessay&lt;/A&gt; and which sent me a zip file with a large number of papers that I ordered. I had to get all the files, then delete the extra ones and use the necessary files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck to you.&lt;/P&gt;</description>
    <pubDate>Fri, 24 May 2019 16:24:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-05-24T16:24:09Z</dc:date>
    <item>
      <title>Extract a single file from a zip</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-a-single-file-from-a-zip/m-p/2323894#M93667</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I have a job that uncompress zip files (via tFileUnarchive) and then process the uncompressed xml files.&lt;BR /&gt;In each zip file I have about 30000 xml.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;I would like to unzip only some of the contained xml, based on the xml file name.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Is there a possibility (without tSystem) ? Maybe am I missing something about xml/zip file manipulation through Talend.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance,&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;TALEND TOS DI 7.0.1&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Ali&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-- edit : missclick on spoiler box...&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 11:50:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-a-single-file-from-a-zip/m-p/2323894#M93667</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-22T11:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Extract a single file from a zip</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-a-single-file-from-a-zip/m-p/2323895#M93668</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; If you are using tFileUnarchive component, you will not be able to selectively uncompress the components inside a zip file. It will unzip all the components for the zip file.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;So after uncompressing, you can select the files you need and proceed further.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 15:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-a-single-file-from-a-zip/m-p/2323895#M93668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-22T15:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Extract a single file from a zip</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-a-single-file-from-a-zip/m-p/2323896#M93669</link>
      <description>&lt;P&gt;Thank you Nikhil&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So there is no possibility without a dirty tSystem &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In my case, i'm trying to avoid full unzip, it takes 2 min per zip with my i7gen8+nvmeSSD and I have hundreds of zip files.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;No other alternative component for unarchive ? (if not i'll set to resolved and update the topic title)&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 10:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-a-single-file-from-a-zip/m-p/2323896#M93669</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-24T10:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Extract a single file from a zip</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-a-single-file-from-a-zip/m-p/2323897#M93670</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPaaAAG"&gt;@alih&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Unfortunately there are no other components available to do the selective uncompression of files.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 15:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-a-single-file-from-a-zip/m-p/2323897#M93670</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-24T15:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Extract a single file from a zip</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-a-single-file-from-a-zip/m-p/2323898#M93671</link>
      <description>&lt;P&gt;Unfortunately, I will disappoint you, but there is no such solution.&lt;/P&gt;
&lt;P&gt;I was looking for a solution on the Internet and did not find it. I also needed to get 2 essay files from a zip file, which I ordered from &lt;A href="https://familyessay.org/" target="_self" rel="nofollow noopener noreferrer"&gt;Familyessay&lt;/A&gt; and which sent me a zip file with a large number of papers that I ordered. I had to get all the files, then delete the extra ones and use the necessary files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck to you.&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 16:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-a-single-file-from-a-zip/m-p/2323898#M93671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-24T16:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Extract a single file from a zip</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-a-single-file-from-a-zip/m-p/2323899#M93672</link>
      <description>I'll try to post the tsystem way once I've set it up.</description>
      <pubDate>Fri, 24 May 2019 16:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-a-single-file-from-a-zip/m-p/2323899#M93672</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-24T16:32:18Z</dc:date>
    </item>
  </channel>
</rss>

