<?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 tMap and Lookup flow caching model in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMap-and-Lookup-flow-caching-model/m-p/2235894#M24784</link>
    <description>Hi! I'm trying to import a log file (say a telephone calls log file) and split it into two different tables: one will be for the people actually calling, and the other one to log each call they make. 
&lt;BR /&gt;This is my file input format: 
&lt;BR /&gt;PhoneNum, CallTime, DurationTime 
&lt;BR /&gt;And this is, more or less, my DB structure right now: 
&lt;BR /&gt;+------------------+ +---------------------+ 
&lt;BR /&gt;| Persons | | Calls | 
&lt;BR /&gt;+------------------+ +---------------------+ 
&lt;BR /&gt;| PersonID (PK) | | CallID (PK) | 
&lt;BR /&gt;| PhoneNum | | PersonID (FK) | 
&lt;BR /&gt;| (...) | | DurationTime | 
&lt;BR /&gt;+------------------+ | (...) | 
&lt;BR /&gt; +--------------------+ 
&lt;BR /&gt;I managed to open the file, and split it out using the tUniqRow component, which gives me two paths, one for the Uniques (sent to a tMap and fed into the data for the two tables 'Persons' and 'Calls') and one for the duplicates. 
&lt;BR /&gt;When I get the duplicates, I feed this into another tMap, that tries to get the already inserted record in the 'Persons' table (inserted from the first , but as the Lookup flow is only read at the startup of the whole job and cached into a Hashtable, the lookup for the Person returns null, and I can't get the 'Persons' PK from that table. 
&lt;BR /&gt;Is there any way to make the tMap component access live data instead of the cached data? 
&lt;BR /&gt;Thanks in advance!</description>
    <pubDate>Sat, 16 Nov 2024 14:26:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T14:26:57Z</dc:date>
    <item>
      <title>tMap and Lookup flow caching model</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-and-Lookup-flow-caching-model/m-p/2235894#M24784</link>
      <description>Hi! I'm trying to import a log file (say a telephone calls log file) and split it into two different tables: one will be for the people actually calling, and the other one to log each call they make. 
&lt;BR /&gt;This is my file input format: 
&lt;BR /&gt;PhoneNum, CallTime, DurationTime 
&lt;BR /&gt;And this is, more or less, my DB structure right now: 
&lt;BR /&gt;+------------------+ +---------------------+ 
&lt;BR /&gt;| Persons | | Calls | 
&lt;BR /&gt;+------------------+ +---------------------+ 
&lt;BR /&gt;| PersonID (PK) | | CallID (PK) | 
&lt;BR /&gt;| PhoneNum | | PersonID (FK) | 
&lt;BR /&gt;| (...) | | DurationTime | 
&lt;BR /&gt;+------------------+ | (...) | 
&lt;BR /&gt; +--------------------+ 
&lt;BR /&gt;I managed to open the file, and split it out using the tUniqRow component, which gives me two paths, one for the Uniques (sent to a tMap and fed into the data for the two tables 'Persons' and 'Calls') and one for the duplicates. 
&lt;BR /&gt;When I get the duplicates, I feed this into another tMap, that tries to get the already inserted record in the 'Persons' table (inserted from the first , but as the Lookup flow is only read at the startup of the whole job and cached into a Hashtable, the lookup for the Person returns null, and I can't get the 'Persons' PK from that table. 
&lt;BR /&gt;Is there any way to make the tMap component access live data instead of the cached data? 
&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Sat, 16 Nov 2024 14:26:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-and-Lookup-flow-caching-model/m-p/2235894#M24784</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: tMap and Lookup flow caching model</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-and-Lookup-flow-caching-model/m-p/2235895#M24785</link>
      <description>Hi
&lt;BR /&gt;Output the duplicates to a temporary file and create an another subjob(get duplicates from this temporary file and do the lookup) .
&lt;BR /&gt;tFileInputExcel_1---On Subjob Ok--&amp;gt;subjob.
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Wed, 27 Feb 2008 07:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-and-Lookup-flow-caching-model/m-p/2235895#M24785</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-27T07:00:43Z</dc:date>
    </item>
  </channel>
</rss>

