<?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: tELTNetezzaMap - Update the latest row of the key in the target table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tELTNetezzaMap-Update-the-latest-row-of-the-key-in-the-target/m-p/2237147#M25668</link>
    <description>&lt;P&gt;I fixed this using tJava component.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Mar 2019 14:27:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-03-28T14:27:17Z</dc:date>
    <item>
      <title>tELTNetezzaMap - Update the latest row of the key in the target table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tELTNetezzaMap-Update-the-latest-row-of-the-key-in-the-target/m-p/2237145#M25666</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have a Netezza ELT Input Component which selects data from source table (say &lt;FONT color="#0000FF"&gt;customer&lt;/FONT&gt; where fields are cust_id, name, age, gender, address, timestamp).&lt;/P&gt; 
&lt;P&gt;I have linked input to Netezza ELT Map Component which has the fields from the source table.&lt;/P&gt; 
&lt;P&gt;I have linked ELT Map to ELT Output Component for update (say &lt;FONT color="#0000FF"&gt;customer_1&lt;/FONT&gt; where fields are cust_id, name, age, gender, address, &lt;FONT color="#0000FF"&gt;last_modified_date&lt;/FONT&gt;, last_modified_operation).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Not I wanted to update the &lt;FONT color="#0000FF"&gt;customer_1&lt;/FONT&gt; table for the matching&lt;FONT color="#0000FF"&gt; cust_id&lt;/FONT&gt; of &lt;FONT color="#0000FF"&gt;customer&lt;/FONT&gt; table but only the latest row.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;eg.&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;customer - Source Table&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;1,&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;xx&lt;/FONT&gt;&lt;/STRONG&gt;,23,M,www,2018-01-11 11:00:000000&lt;/P&gt; 
&lt;P&gt;2,&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;yy&lt;/STRONG&gt;&lt;/FONT&gt;,20,nnn,2018-01-11 11:00:000000&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#0000FF"&gt;customer_1 - Target Table&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;1,xy,23,M,www,2019-03-08 00:00:000000&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;1,xm,23,M,www,2018-01-01 00:00:000000&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;2,yx,20,nnn,2019-02-01 00:00:000000&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;2,ym,20,nnn,2019-01-01 00:00:000000&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Only the red rows should have been updated. After ELT:&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#0000FF"&gt;customer_1&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;1,xx,23,M,www,2019-03-08 00:00:000000&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;1,xm,23,M,www,2018-01-01 00:00:000000&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;2,yy,20,nnn,2019-02-01 00:00:000000&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;2,ym,20,nnn,2019-01-01 00:00:000000&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How do I achieve in ELT?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;What should I write in ELTMap?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 16:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tELTNetezzaMap-Update-the-latest-row-of-the-key-in-the-target/m-p/2237145#M25666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-08T16:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: tELTNetezzaMap - Update the latest row of the key in the target table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tELTNetezzaMap-Update-the-latest-row-of-the-key-in-the-target/m-p/2237146#M25667</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Any job setting screenshot could be uploaded into forum?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 06:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tELTNetezzaMap-Update-the-latest-row-of-the-key-in-the-target/m-p/2237146#M25667</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-25T06:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: tELTNetezzaMap - Update the latest row of the key in the target table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tELTNetezzaMap-Update-the-latest-row-of-the-key-in-the-target/m-p/2237147#M25668</link>
      <description>&lt;P&gt;I fixed this using tJava component.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 14:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tELTNetezzaMap-Update-the-latest-row-of-the-key-in-the-target/m-p/2237147#M25668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-28T14:27:17Z</dc:date>
    </item>
  </channel>
</rss>

