<?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 all files from the directory in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Reading-all-files-from-the-directory/m-p/2231269#M21613</link>
    <description>tFileArchive</description>
    <pubDate>Fri, 18 Jun 2010 00:28:13 GMT</pubDate>
    <dc:creator>alevy</dc:creator>
    <dc:date>2010-06-18T00:28:13Z</dc:date>
    <item>
      <title>Reading all files from the directory</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-all-files-from-the-directory/m-p/2231268#M21612</link>
      <description>Which component to use to pick all files in from the directory and and processing file it should archive file in someother location.</description>
      <pubDate>Sat, 16 Nov 2024 13:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-all-files-from-the-directory/m-p/2231268#M21612</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reading all files from the directory</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-all-files-from-the-directory/m-p/2231269#M21613</link>
      <description>tFileArchive</description>
      <pubDate>Fri, 18 Jun 2010 00:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-all-files-from-the-directory/m-p/2231269#M21613</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2010-06-18T00:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reading all files from the directory</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-all-files-from-the-directory/m-p/2231270#M21614</link>
      <description>I m using tFileList to read files from directories. After reading files I need them to archived so that I should read them second time when job runs again. How can I do that.</description>
      <pubDate>Fri, 18 Jun 2010 06:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-all-files-from-the-directory/m-p/2231270#M21614</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-18T06:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Reading all files from the directory</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-all-files-from-the-directory/m-p/2231271#M21615</link>
      <description>Link tFileArchive (or tFileCopy) to the tFileOutputDelimited with OnComponentOK.  Note that tFileArchive does not add new files to an existing archive; it will replace the existing archive.</description>
      <pubDate>Fri, 18 Jun 2010 07:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-all-files-from-the-directory/m-p/2231271#M21615</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2010-06-18T07:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Reading all files from the directory</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-all-files-from-the-directory/m-p/2231272#M21616</link>
      <description>tFileArchive- input folder and archive file name needs to be specified. It archive all files in one file. I need separate archive files for each input file. After archival remove files from input folder.</description>
      <pubDate>Fri, 18 Jun 2010 09:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-all-files-from-the-directory/m-p/2231272#M21616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-18T09:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Reading all files from the directory</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-all-files-from-the-directory/m-p/2231273#M21617</link>
      <description>tFileArchive has a check-box in the basic settings to include "All Files" by default. If you uncheck it, you can specify exactly which file(s) you want to include in the archive. It does not currently include an option to "move" the files to the archive (i.e. to delete them after zipping them) but you can follow the tFileArchive with a tFileDelete.</description>
      <pubDate>Fri, 18 Jun 2010 13:46:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-all-files-from-the-directory/m-p/2231273#M21617</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2010-06-18T13:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reading all files from the directory</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-all-files-from-the-directory/m-p/2231274#M21618</link>
      <description>I want each file should be archived separately.</description>
      <pubDate>Fri, 18 Jun 2010 18:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-all-files-from-the-directory/m-p/2231274#M21618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-18T18:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Reading all files from the directory</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-all-files-from-the-directory/m-p/2231275#M21619</link>
      <description>If you've joined tFileArchive to the tFileOutputDelimited with OnComponentOK as I suggested, it will run for each iteration from tFileList so you can archive each file separately.</description>
      <pubDate>Sun, 20 Jun 2010 13:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-all-files-from-the-directory/m-p/2231275#M21619</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2010-06-20T13:18:26Z</dc:date>
    </item>
  </channel>
</rss>

