<?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: Reload Lookup for each tFileList iteration in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Reload-Lookup-for-each-tFileList-iteration/m-p/2336198#M104672</link>
    <description>it looks like I mixed few things around and that what it gave me these errors.&lt;BR /&gt;A simple jobs was OK&lt;BR /&gt;Thanks&lt;BR /&gt;Yann</description>
    <pubDate>Thu, 15 Oct 2009 08:46:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-10-15T08:46:44Z</dc:date>
    <item>
      <title>Reload Lookup for each tFileList iteration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-Lookup-for-each-tFileList-iteration/m-p/2336191#M104665</link>
      <description>Hi,&lt;BR /&gt;I have 20 files (large data set split) which contain account and date of creation. The different files may have same account with different date, however I only want to load the account in the target table, just the first time I see it; i.e. when it is not present in my lookup.&lt;BR /&gt;I am iterating through the files using tFileList, and using bulk exec with mysql. However, for each interation load in my table I need to reload my lookup as I only want to load the first time I see the account.&lt;BR /&gt;I am using TOS 3.2 and I have seen that I can relaod at each row, but with 200Mil source files rows, and 10Mil lookup, I will be there for ever.&lt;BR /&gt;Is there another way to do this? I tried to use the iterate from the db input components, however, i can not seem to be able to connect it anywhere.&lt;BR /&gt;Some help will be really appreciated.&lt;BR /&gt;Regards&lt;BR /&gt;Yann</description>
      <pubDate>Sat, 16 Nov 2024 13:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-Lookup-for-each-tFileList-iteration/m-p/2336191#M104665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Lookup for each tFileList iteration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-Lookup-for-each-tFileList-iteration/m-p/2336192#M104666</link>
      <description>Hello 
&lt;BR /&gt;You can iterate all the files and use a tUnite component to merge all the records before join, so it can insert all the records which don't present in lookup.
&lt;BR /&gt;eg:
&lt;BR /&gt;tFileList--iterate--&amp;gt;tFileInputDelimited--tUnite--tMap---&amp;gt;tMysqlOutput
&lt;BR /&gt; |
&lt;BR /&gt; lookup
&lt;BR /&gt; |
&lt;BR /&gt; tMysqlInput
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Wed, 14 Oct 2009 03:34:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-Lookup-for-each-tFileList-iteration/m-p/2336192#M104666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-14T03:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Lookup for each tFileList iteration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-Lookup-for-each-tFileList-iteration/m-p/2336193#M104667</link>
      <description>Hi,
&lt;BR /&gt;Thanks for the reply, but the volume is too high and I will run into heap space issues. and this will not fix my problem, as what I load in 1 file may be present in the next file, hence I need to relaod my lookup for each iterate.
&lt;BR /&gt;Any more suggestion? 
&lt;BR /&gt;I tried to use the filepath property of tFileList with a tForEach but because it set on the look up, the filepath of tFileList is not known before loading the lookup.
&lt;BR /&gt;Regards
&lt;BR /&gt;Yann</description>
      <pubDate>Wed, 14 Oct 2009 03:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-Lookup-for-each-tFileList-iteration/m-p/2336193#M104667</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-14T03:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Lookup for each tFileList iteration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-Lookup-for-each-tFileList-iteration/m-p/2336194#M104668</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I tried to use the filepath property of tFileList with a tForEach but because it set on the look up, the filepath of tFileList is not known before loading the lookup.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Move your join action to a child job, pass the file path from father job to child job. See my screenshots. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Wed, 14 Oct 2009 05:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-Lookup-for-each-tFileList-iteration/m-p/2336194#M104668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-14T05:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Lookup for each tFileList iteration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-Lookup-for-each-tFileList-iteration/m-p/2336195#M104669</link>
      <description>Hi,
&lt;BR /&gt;I tried what you have suggested, and it worked. 
&lt;BR /&gt;However, now, none of my job with tFileList work with the look ups, I am absolutely stumped by this, 
&lt;BR /&gt;I take off the lok up and it iterates ok, but i put it back and it fails after 1 interation and give error on look up. the data is ok, and I test it for inegrity
&lt;BR /&gt;All there jobs with look up seem to fail also, when they never failed before.
&lt;BR /&gt;This has been happening since I used the tfilelist in a context.
&lt;BR /&gt;Can you help me, please, as my project is getting quite urgent now, and I have developped so much and I am stuck with my jobs with tfilelist and look up do not work anymore.
&lt;BR /&gt;I even tried to install a new workspace and import my jobs, but not luck.
&lt;BR /&gt;I am using TOS3.2
&lt;BR /&gt;Some screen shots atached
&lt;BR /&gt;Regards
&lt;BR /&gt;Yann</description>
      <pubDate>Thu, 15 Oct 2009 07:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-Lookup-for-each-tFileList-iteration/m-p/2336195#M104669</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-15T07:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Lookup for each tFileList iteration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-Lookup-for-each-tFileList-iteration/m-p/2336196#M104670</link>
      <description>pics</description>
      <pubDate>Thu, 15 Oct 2009 07:46:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-Lookup-for-each-tFileList-iteration/m-p/2336196#M104670</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-15T07:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Lookup for each tFileList iteration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-Lookup-for-each-tFileList-iteration/m-p/2336197#M104671</link>
      <description>Hello 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I used the tfilelist in a context.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;What do you mean here?
&lt;BR /&gt;please create a simple job with lookup to see if the problem still exists, if so, you can send it to me via email. I will debug it...
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 15 Oct 2009 07:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-Lookup-for-each-tFileList-iteration/m-p/2336197#M104671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-15T07:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Lookup for each tFileList iteration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-Lookup-for-each-tFileList-iteration/m-p/2336198#M104672</link>
      <description>it looks like I mixed few things around and that what it gave me these errors.&lt;BR /&gt;A simple jobs was OK&lt;BR /&gt;Thanks&lt;BR /&gt;Yann</description>
      <pubDate>Thu, 15 Oct 2009 08:46:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-Lookup-for-each-tFileList-iteration/m-p/2336198#M104672</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-15T08:46:44Z</dc:date>
    </item>
  </channel>
</rss>

