<?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: Archiving the files in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Archiving-the-files/m-p/2297726#M70267</link>
    <description>As I said, move all the files into one folder first (using tFileList -iterate-&amp;gt; tFileCopy) and then tArchive them.</description>
    <pubDate>Fri, 13 Sep 2013 13:28:15 GMT</pubDate>
    <dc:creator>alevy</dc:creator>
    <dc:date>2013-09-13T13:28:15Z</dc:date>
    <item>
      <title>Archiving the files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Archiving-the-files/m-p/2297720#M70261</link>
      <description>How to archive the file from different directories, e-g i am having the flat files at different folders
&lt;BR /&gt; country/test1.xls
&lt;BR /&gt; physician/test1.xls
&lt;BR /&gt; clinics/test1.xls
&lt;BR /&gt;i want move all the files into one directory once the job has been executed
&lt;BR /&gt;Target path: archive/runid_file_used/27_aug_2013.zip
&lt;BR /&gt; 
&lt;BR /&gt;this zip file should have all the 3 source files 
&lt;BR /&gt;Appreciate any solution for this....</description>
      <pubDate>Tue, 27 Aug 2013 13:10:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Archiving-the-files/m-p/2297720#M70261</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-27T13:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Archiving the files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Archiving-the-files/m-p/2297721#M70262</link>
      <description>There's whole bunch of file management components including one to zip an archive. Just take a look at the palette to see what's there.&lt;BR /&gt;You can use various variables and date methods to construct your file names.</description>
      <pubDate>Tue, 27 Aug 2013 17:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Archiving-the-files/m-p/2297721#M70262</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-27T17:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Archiving the files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Archiving-the-files/m-p/2297722#M70263</link>
      <description>Just use tFileArchive - it has all the settings you should need.</description>
      <pubDate>Wed, 28 Aug 2013 00:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Archiving-the-files/m-p/2297722#M70263</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2013-08-28T00:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Archiving the files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Archiving-the-files/m-p/2297723#M70264</link>
      <description>Thanks for your reply alevy. Its working fine, but it's creating the archive with sub folders.&lt;BR /&gt;i wanna archive the files not a directory .share me there is any idea</description>
      <pubDate>Thu, 29 Aug 2013 14:56:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Archiving-the-files/m-p/2297723#M70264</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-29T14:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Archiving the files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Archiving-the-files/m-p/2297724#M70265</link>
      <description>How would you handle naming conflicts i.e. files of the same name in different folders?
&lt;BR /&gt;Assuming there are none, you would have to move all the files into one folder first (tFileList --&amp;gt; tFileCopy) and then archive them.</description>
      <pubDate>Mon, 02 Sep 2013 01:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Archiving-the-files/m-p/2297724#M70265</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2013-09-02T01:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Archiving the files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Archiving-the-files/m-p/2297725#M70266</link>
      <description>Thanks for your interest, My files are would be like&lt;BR /&gt;Meta data&amp;gt;folder_physician&amp;gt;physicina.xls&lt;BR /&gt;Meta data&amp;gt;folder_geography&amp;gt;geography.xls&lt;BR /&gt;Meta data&amp;gt;locations&amp;gt;country&amp;gt;country.xls&lt;BR /&gt;Meta data&amp;gt;locations&amp;gt;state&amp;gt;state.xls&lt;BR /&gt;my output archive should be like&lt;BR /&gt;MetaData_Archive.zip&lt;BR /&gt;It should contain following files&lt;BR /&gt;     &lt;BR /&gt;physicina.xls&lt;BR /&gt;geography.xls&lt;BR /&gt;states.xls&lt;BR /&gt;country.xls&lt;BR /&gt;Appreciate, Any Idea</description>
      <pubDate>Fri, 13 Sep 2013 11:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Archiving-the-files/m-p/2297725#M70266</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-13T11:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Archiving the files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Archiving-the-files/m-p/2297726#M70267</link>
      <description>As I said, move all the files into one folder first (using tFileList -iterate-&amp;gt; tFileCopy) and then tArchive them.</description>
      <pubDate>Fri, 13 Sep 2013 13:28:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Archiving-the-files/m-p/2297726#M70267</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2013-09-13T13:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Archiving the files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Archiving-the-files/m-p/2297727#M70268</link>
      <description>Thanks alevy, I will try</description>
      <pubDate>Mon, 16 Sep 2013 07:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Archiving-the-files/m-p/2297727#M70268</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-16T07:03:47Z</dc:date>
    </item>
  </channel>
</rss>

