<?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: [resolved] Unarchive multiple files to one file. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373402#M136131</link>
    <description>Hi, 
&lt;BR /&gt;I think you no need to move the file again to a new folder. tFileList will iterate the file list only once. You just select the directory you want to extract all the files in tFileUnarchive component and then configure the tFileList to loop over the required files. The files passed by the tFileList component will be extracted in the specified directory. If you want to extract the zip files in their own zip file name as folder name then check "Extract File Paths" option in the Basic Settings of tFileUnarchive component.</description>
    <pubDate>Tue, 17 Jan 2012 10:07:14 GMT</pubDate>
    <dc:creator>karthikj18</dc:creator>
    <dc:date>2012-01-17T10:07:14Z</dc:date>
    <item>
      <title>[resolved] Unarchive multiple files to one file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373398#M136127</link>
      <description>Hi, &lt;BR /&gt;i didn't see any option in tFileUnarchive of unarchiving multiple zip files to one single files. Any idea?&lt;BR /&gt;i have zip files with same names but with date at the end of the name. I want to unarchive all the files of one day to one file.&lt;BR /&gt;regards.</description>
      <pubDate>Sat, 16 Nov 2024 12:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373398#M136127</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Unarchive multiple files to one file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373399#M136128</link>
      <description>Hi,&lt;BR /&gt;You mean one single directory?</description>
      <pubDate>Mon, 16 Jan 2012 13:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373399#M136128</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-16T13:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Unarchive multiple files to one file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373400#M136129</link>
      <description>Hi Or3l,&lt;BR /&gt;yes, suppose i have three files that have date and time in the name.&lt;BR /&gt;   - Account_1_7_2012_10_55_33.zip&lt;BR /&gt;   - Account_1_7_2012_11_15_13.zip&lt;BR /&gt;   - Account_1_7_2012_08_05_22.zip&lt;BR /&gt;i want all the files to extract as one file like 'Account_1_7_2012'&lt;BR /&gt;any idea?</description>
      <pubDate>Tue, 17 Jan 2012 05:57:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373400#M136129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-17T05:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Unarchive multiple files to one file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373401#M136130</link>
      <description>Hi, you can do it by using a tfilelist and tfileunarchive. What I suggest you is that after having unziped the files, put the source files (*.zip) in an other directory to avoid unarchiving them again.</description>
      <pubDate>Tue, 17 Jan 2012 09:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373401#M136130</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-17T09:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Unarchive multiple files to one file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373402#M136131</link>
      <description>Hi, 
&lt;BR /&gt;I think you no need to move the file again to a new folder. tFileList will iterate the file list only once. You just select the directory you want to extract all the files in tFileUnarchive component and then configure the tFileList to loop over the required files. The files passed by the tFileList component will be extracted in the specified directory. If you want to extract the zip files in their own zip file name as folder name then check "Extract File Paths" option in the Basic Settings of tFileUnarchive component.</description>
      <pubDate>Tue, 17 Jan 2012 10:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373402#M136131</guid>
      <dc:creator>karthikj18</dc:creator>
      <dc:date>2012-01-17T10:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Unarchive multiple files to one file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373403#M136132</link>
      <description>Hi,
&lt;BR /&gt;I told him to cut the files because I guessed this job will be used more than one time. I agree with you, if this runs only one time, copying files is not needed.</description>
      <pubDate>Tue, 17 Jan 2012 12:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373403#M136132</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-17T12:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Unarchive multiple files to one file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373404#M136133</link>
      <description>Hi
&lt;BR /&gt;Yes, I agree in case of reusing the Job for the same files set then need to move the file to a new folder. 
&lt;BR /&gt;Thanks for the added points.</description>
      <pubDate>Tue, 17 Jan 2012 12:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373404#M136133</guid>
      <dc:creator>karthikj18</dc:creator>
      <dc:date>2012-01-17T12:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Unarchive multiple files to one file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373405#M136134</link>
      <description>Thanks a lot Or3l and karthikj18, 
&lt;BR /&gt;what the job do is that it unzip the available .zip files to one directory. Like if i had three .zip files having csv files in each zip file. 
&lt;BR /&gt; - Account_2012_01_18_03_33_45.zip 
&lt;BR /&gt; - Account_2012_01_18_04_38_45.zip 
&lt;BR /&gt; - Account_2012_01_18_05_43_45.zip 
&lt;BR /&gt;It extracted 3 separate csv files in the destination folder. 
&lt;BR /&gt; - Account_2012_01_18_03_33_45.csv 
&lt;BR /&gt; - Account_2012_01_18_04_38_45.csv 
&lt;BR /&gt; - Account_2012_01_18_05_43_45.csv 
&lt;BR /&gt;But i want it to extract the files as on file, like after execution i should have only one file which will have data from all the 3 files and name that file as 'Account_2012_01_18.csv' 
&lt;BR /&gt;how can i merge the files? i hope u understand this :s 
&lt;BR /&gt;please ask if any confusion 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 18 Jan 2012 09:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373405#M136134</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-18T09:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Unarchive multiple files to one file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373406#M136135</link>
      <description>Hi Abdul_rehman 
&lt;BR /&gt;please have a look on this discussion so can get a idea what you want to achieve 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCkUkCAK" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/use-case-10-quot-Merging-two-files-line-by-line-quot-in-the-wiki/td-p/74271&lt;/A&gt; 
&lt;BR /&gt;or 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCnhvCAC" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Installing-and-Upgrading/resolved-Installation-of-SAP-connector/td-p/90115&lt;/A&gt;</description>
      <pubDate>Wed, 18 Jan 2012 09:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373406#M136135</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-18T09:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Unarchive multiple files to one file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373407#M136136</link>
      <description>Thanks everyone, 
&lt;BR /&gt;i made another job to merge the files and its working 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 18 Jan 2012 12:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373407#M136136</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-18T12:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Unarchive multiple files to one file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373408#M136137</link>
      <description>Hi,
&lt;BR /&gt;Sry to reopen it but how did you achieve it? Without using the merge thing, you could have achieved by using a single delimited output (which has the date as name) and check the option "written after". The merge thing is more a concatenation of your data (from what i've seen), that's what you wanted?</description>
      <pubDate>Wed, 18 Jan 2012 12:41:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373408#M136137</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-18T12:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Unarchive multiple files to one file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373409#M136138</link>
      <description>Hi Or3l,&lt;BR /&gt;sure. Actually my requirement changed. 1st it was to unarchive multiple file as one single csv file. But then i wanted to unarchive them separately and merge them in another job. i used &lt;BR /&gt;tFileList --&amp;gt; TFileInputDelimited --&amp;gt; TFileInputDelimited &lt;BR /&gt;to merger separate csv files as one file. its same as concatenation.</description>
      <pubDate>Thu, 19 Jan 2012 06:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373409#M136138</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-19T06:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Unarchive multiple files to one file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373410#M136139</link>
      <description>You can use instead of tFileInputDelimited a tfilefullrow.&lt;BR /&gt;This component extract line by line your file.&lt;BR /&gt;And you can use a tfileoutputdelimited with only one field "line".</description>
      <pubDate>Thu, 19 Jan 2012 09:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373410#M136139</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-19T09:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Unarchive multiple files to one file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373411#M136140</link>
      <description>Hi Xavier,&lt;BR /&gt;that helped, thanks&lt;BR /&gt;regards,</description>
      <pubDate>Fri, 20 Jan 2012 10:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Unarchive-multiple-files-to-one-file/m-p/2373411#M136140</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-20T10:51:05Z</dc:date>
    </item>
  </channel>
</rss>

