<?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: [resolved] Getting rows which not gets updated. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-rows-which-not-gets-updated/m-p/2333379#M102166</link>
    <description>Hi Vaibhav 
&lt;BR /&gt;Only a1 and a2 are present in Database. 
&lt;BR /&gt;a3, a4,a5 are not present in DB. 
&lt;BR /&gt;I need to update the records which are present in db, else rows i want separately. 
&lt;BR /&gt;like in above example i need a1 and a2 to get updated, else rows i need in a separate file. 
&lt;BR /&gt;i am trying to tell u the complete scenario. 
&lt;BR /&gt;i have a csv file like this 
&lt;BR /&gt;sid;type;time 
&lt;BR /&gt;S1;start;09:09:43 
&lt;BR /&gt;S2;start;09:10:43 
&lt;BR /&gt;S3;start;09:09:43 
&lt;BR /&gt;S1;stop;09:11:43 
&lt;BR /&gt;S3;stop;09:23:43 
&lt;BR /&gt;S2;stop;09:15:43 
&lt;BR /&gt;S4;stop;09:15:43 
&lt;BR /&gt;S6;stop;09:56:43 
&lt;BR /&gt;i need to put 
&lt;BR /&gt;sid, starttime and stoptime in DB like this 
&lt;BR /&gt;-------------------------------------- 
&lt;BR /&gt;sid starttime stoptime 
&lt;BR /&gt;S1 09:09:43 09:11:43 
&lt;BR /&gt;S2 09:10:43 09:15:43 
&lt;BR /&gt;S3 09:09:43 09:23:43 
&lt;BR /&gt; 
&lt;BR /&gt;and i need S4 and S6 session rows in a different file OR in memory.</description>
    <pubDate>Thu, 10 Jul 2014 06:06:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-10T06:06:31Z</dc:date>
    <item>
      <title>[resolved] Getting rows which not gets updated.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-rows-which-not-gets-updated/m-p/2333377#M102164</link>
      <description>Hi All 
&lt;BR /&gt;My CSV File contains 
&lt;BR /&gt;a1;b1;c1 
&lt;BR /&gt;a2;b2;c2 
&lt;BR /&gt;a3;b3;c3 
&lt;BR /&gt;a4;b4;c4 
&lt;BR /&gt;a5;b5;c5 
&lt;BR /&gt;My Db has 
&lt;BR /&gt;a1;NULL;c1 
&lt;BR /&gt;a2;NULL;c2 
&lt;BR /&gt;via this Job 
&lt;BR /&gt;tFileInputDelimeter----row1----&amp;gt;tMysqlOutput(using action Update) 
&lt;BR /&gt;I want a1 and a2 to get updated and a3,a4,a5 rows separately,in a file OR in Memory. 
&lt;BR /&gt;Can anyone help me out in this. 
&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Nov 2024 11:35:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-rows-which-not-gets-updated/m-p/2333377#M102164</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting rows which not gets updated.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-rows-which-not-gets-updated/m-p/2333378#M102165</link>
      <description>Hi Aditya,
&lt;BR /&gt;Whether a3,a4,a5 are present in database? When you send all records to database component, it will do its job...
&lt;BR /&gt;If you want to filter or redirect specific rows, you need tMap component which have one of the input from database table... then you can achieve what you are looking for.
&lt;BR /&gt;Thanks
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Wed, 09 Jul 2014 15:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-rows-which-not-gets-updated/m-p/2333378#M102165</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-09T15:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting rows which not gets updated.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-rows-which-not-gets-updated/m-p/2333379#M102166</link>
      <description>Hi Vaibhav 
&lt;BR /&gt;Only a1 and a2 are present in Database. 
&lt;BR /&gt;a3, a4,a5 are not present in DB. 
&lt;BR /&gt;I need to update the records which are present in db, else rows i want separately. 
&lt;BR /&gt;like in above example i need a1 and a2 to get updated, else rows i need in a separate file. 
&lt;BR /&gt;i am trying to tell u the complete scenario. 
&lt;BR /&gt;i have a csv file like this 
&lt;BR /&gt;sid;type;time 
&lt;BR /&gt;S1;start;09:09:43 
&lt;BR /&gt;S2;start;09:10:43 
&lt;BR /&gt;S3;start;09:09:43 
&lt;BR /&gt;S1;stop;09:11:43 
&lt;BR /&gt;S3;stop;09:23:43 
&lt;BR /&gt;S2;stop;09:15:43 
&lt;BR /&gt;S4;stop;09:15:43 
&lt;BR /&gt;S6;stop;09:56:43 
&lt;BR /&gt;i need to put 
&lt;BR /&gt;sid, starttime and stoptime in DB like this 
&lt;BR /&gt;-------------------------------------- 
&lt;BR /&gt;sid starttime stoptime 
&lt;BR /&gt;S1 09:09:43 09:11:43 
&lt;BR /&gt;S2 09:10:43 09:15:43 
&lt;BR /&gt;S3 09:09:43 09:23:43 
&lt;BR /&gt; 
&lt;BR /&gt;and i need S4 and S6 session rows in a different file OR in memory.</description>
      <pubDate>Thu, 10 Jul 2014 06:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-rows-which-not-gets-updated/m-p/2333379#M102166</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-10T06:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting rows which not gets updated.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-rows-which-not-gets-updated/m-p/2333380#M102167</link>
      <description>Hi Aditya, 
&lt;BR /&gt;Use tMap and lookup your input with the database... you will get all the records which are present... 
&lt;BR /&gt;Use inner join at input, select Inner join reject and you will get all the records in output which are not present in database.. 
&lt;BR /&gt;Check following post for your reference 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCqLdCAK" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/resolved-Reverse-of-Right-outer-Join/td-p/108174&lt;/A&gt; 
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Thu, 10 Jul 2014 09:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-rows-which-not-gets-updated/m-p/2333380#M102167</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-10T09:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting rows which not gets updated.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-rows-which-not-gets-updated/m-p/2333381#M102168</link>
      <description>Hi Vaibhav,
&lt;BR /&gt;I tried this Inner Join in tMap,
&lt;BR /&gt;But i can't able to use it properly.
&lt;BR /&gt;I want both the selected as well as rejected one, so i am using two output in tmap.
&lt;BR /&gt;can u tell me more about this like what is meant by "catch Output reject" and "catch lookup inner join reject"</description>
      <pubDate>Thu, 10 Jul 2014 15:28:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-rows-which-not-gets-updated/m-p/2333381#M102168</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-10T15:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting rows which not gets updated.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-rows-which-not-gets-updated/m-p/2333382#M102169</link>
      <description>Hi Aditya,
&lt;BR /&gt;InnerJoin reject is like A-B where is is your Main and B is your lookup.
&lt;BR /&gt;Read the example for OutputReject 
&lt;A href="http://www.talendforge.org/tutorials/tutorial.php?idTuto=9" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/tutorials/tutorial.php?idTuto=9&lt;/A&gt;
&lt;BR /&gt;Thanks
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Fri, 11 Jul 2014 06:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-rows-which-not-gets-updated/m-p/2333382#M102169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-11T06:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting rows which not gets updated.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-rows-which-not-gets-updated/m-p/2333383#M102170</link>
      <description>Hi Vaibhav,
&lt;BR /&gt;Is there is concept of "Lazy Loading" OR "Lazy Lookup" in talend?
&lt;BR /&gt;While going through this inner join and all in tMap i came across the attributes like "Lookup model" , which is "Load Once" by default.
&lt;BR /&gt;there are other two options like 
&lt;BR /&gt; 1) Reload at each row
&lt;BR /&gt; 2) Reload at each row(cache)
&lt;BR /&gt;i tried both, but no difference in output.
&lt;BR /&gt;I think these two option might be use in terms of "Lazy Lookup".
&lt;BR /&gt;Can u help me in this?</description>
      <pubDate>Fri, 11 Jul 2014 10:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-rows-which-not-gets-updated/m-p/2333383#M102170</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-11T10:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting rows which not gets updated.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-rows-which-not-gets-updated/m-p/2333384#M102171</link>
      <description>Can you show your tMap job design?&lt;BR /&gt;vaibhav</description>
      <pubDate>Fri, 11 Jul 2014 11:00:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-rows-which-not-gets-updated/m-p/2333384#M102171</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-11T11:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting rows which not gets updated.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-rows-which-not-gets-updated/m-p/2333385#M102172</link>
      <description>hi all, 
&lt;BR /&gt;could be something like @screenshoot 
&lt;BR /&gt;be aware about option in tMap. 
&lt;BR /&gt;I use an update action on table with advanced setting 
&lt;BR /&gt;hope it help 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEX0.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157043i0422BCDCD2913065/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEX0.png" alt="0683p000009MEX0.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009METO.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130635i6785FF1A10318719/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009METO.png" alt="0683p000009METO.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEX5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139409iE8C0390975F084C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEX5.png" alt="0683p000009MEX5.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEXA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128253i3E677E990110BD03/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEXA.png" alt="0683p000009MEXA.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 11 Jul 2014 13:33:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-rows-which-not-gets-updated/m-p/2333385#M102172</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-11T13:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting rows which not gets updated.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-rows-which-not-gets-updated/m-p/2333386#M102173</link>
      <description>Hi Laurent,
&lt;BR /&gt;Instead of using "Load Once" in tMap Look Model(default model).
&lt;BR /&gt;What difference does it makes, if i use "Reload at each Row" OR "Reload at each row(cache)"?</description>
      <pubDate>Sun, 13 Jul 2014 19:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-rows-which-not-gets-updated/m-p/2333386#M102173</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-13T19:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting rows which not gets updated.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-rows-which-not-gets-updated/m-p/2333387#M102174</link>
      <description>hi, 
&lt;BR /&gt;reload at each time is often used when you've got a lot of data in lookup and decide to filter (where clause) to get only part of these. 
&lt;BR /&gt;It's possible as The **GlobalMapKey** field is automatically created when you selected the **Reload at each row** option. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;**Reload at each row**: At each row, the lookup&lt;BR /&gt; gets loaded again. This is mainly interesting in Jobs where the lookup volume is&lt;BR /&gt; large, while the main flow is pretty small. Note that this option allows you to&lt;BR /&gt; use dynamic variable settings such as where clause, to change/update the lookup&lt;BR /&gt; flow on the fly as it gets loaded, before the main flow join is processed. This&lt;BR /&gt; option could be considered as the counter-part of the **Store temp data** option that is available for file&lt;BR /&gt; lookups.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;with cache : 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;**Reload at each row (cache)**: Expressions (in&lt;BR /&gt; the Lookup table) are assessed and looked up in the cache first. The results of&lt;BR /&gt; joins that have already been solved, are stored in the cache, in order to avoid&lt;BR /&gt; loading the same results twice. This option optimizes the processing time and&lt;BR /&gt; helps improve processing performance of the **tMap** component.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;have a look at talend help tMap operation : 
&lt;BR /&gt; 
&lt;A href="https://help.talend.com/search/all?query=tMap+operation&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tMap+operation&amp;amp;content-lang=en&lt;/A&gt; 
&lt;BR /&gt;you also got some great explanation &amp;amp; examples at component references tMap : 
&lt;BR /&gt; 
&lt;A href="https://help.talend.com/search/all?query=tMap&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tMap&amp;amp;content-lang=en&lt;/A&gt; 
&lt;BR /&gt;espacially : 
&lt;BR /&gt;### Scenario 6: Advanced mapping with lookup reload at each row 
&lt;BR /&gt; 
&lt;BR /&gt;hope it help 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEBr.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127715iCC444FFE5C9FAEC7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEBr.png" alt="0683p000009MEBr.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 14 Jul 2014 12:08:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-rows-which-not-gets-updated/m-p/2333387#M102174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-14T12:08:42Z</dc:date>
    </item>
  </channel>
</rss>

