<?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: Iterating through files in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Iterating-through-files/m-p/2359265#M124120</link>
    <description>Hi, does anyone know if there is a way I can pass the output from tFileList into a tRunJob component?</description>
    <pubDate>Sun, 08 Apr 2012 20:33:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-04-08T20:33:29Z</dc:date>
    <item>
      <title>Iterating through files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterating-through-files/m-p/2359263#M124118</link>
      <description>I have a job right now that loads three CSV files into a DB and then run a series of jobs against that to build out a data warehouse. In the future there may be as many as 5 or 10.
&lt;BR /&gt;Right now I have a separate job running for each CSV file. What I would like is a single job that goes through a folder running on each CSV that it finds. Does someone have a sample on this?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Luke</description>
      <pubDate>Sat, 16 Nov 2024 12:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterating-through-files/m-p/2359263#M124118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Iterating through files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterating-through-files/m-p/2359264#M124119</link>
      <description>The component you want is tFileList.  In that component you can specify a file mask and hook the iterate output to the rest of your processing.</description>
      <pubDate>Tue, 27 Mar 2012 19:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterating-through-files/m-p/2359264#M124119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-27T19:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Iterating through files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterating-through-files/m-p/2359265#M124120</link>
      <description>Hi, does anyone know if there is a way I can pass the output from tFileList into a tRunJob component?</description>
      <pubDate>Sun, 08 Apr 2012 20:33:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterating-through-files/m-p/2359265#M124120</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-08T20:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Iterating through files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterating-through-files/m-p/2359266#M124121</link>
      <description>Ah, looks like you can add a context variable in the job, then set it as a parameter to the tRunJob and then pass this through an iteration between the tFileList and tRunJob:
&lt;BR /&gt;((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))</description>
      <pubDate>Sun, 08 Apr 2012 20:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterating-through-files/m-p/2359266#M124121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-08T20:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Iterating through files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterating-through-files/m-p/2359267#M124122</link>
      <description>I've set up a cron job that pulls AppStore Sales reports to a folder, 
&lt;BR /&gt;which I then let a reoccurring Talend job: 
&lt;BR /&gt;looking in, pulling out files, extracting, loading into a staging table, moves the used files. 
&lt;BR /&gt; 
&lt;BR /&gt;-- Update -- 
&lt;BR /&gt;Hmm, can't see the files I uploaded...</description>
      <pubDate>Fri, 04 May 2012 10:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterating-through-files/m-p/2359267#M124122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-04T10:47:54Z</dc:date>
    </item>
  </channel>
</rss>

