<?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: How to use a 'Last Update Date' in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-a-Last-Update-Date/m-p/2310193#M81341</link>
    <description>Thanks! Works perfectly.</description>
    <pubDate>Wed, 01 Nov 2017 19:18:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-01T19:18:29Z</dc:date>
    <item>
      <title>How to use a 'Last Update Date'</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-a-Last-Update-Date/m-p/2310191#M81339</link>
      <description>&lt;P&gt;I'm using Talend Open Studio for Data Integration (6.4.0).&lt;/P&gt; 
&lt;P&gt;Moving data from Oracle to PostgreSQL; only want to update the PostgreSQL tables with &lt;U&gt;new&lt;/U&gt; records from Oracle.&lt;/P&gt; 
&lt;P&gt;Previous successful run, I store the 'Last_Update_Date' in a separate table in PostgreSQL.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The Oracle input tables&amp;nbsp;have a 'Create_Date' field, which I can compare to the PostgreSQL 'Last_Update_Date', and only keep the Oracle records which have date greater than 'Last_Update_Date'.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In summary, I want to:&lt;/P&gt; 
&lt;P&gt;Read Oracle tables, compare 'Create_Date' to the 'Last_Update_Date' I previously stored in a PostgreSQL table, insert only new records into the PostgreSQL tables.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2017 11:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-a-Last-Update-Date/m-p/2310191#M81339</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-30T11:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a 'Last Update Date'</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-a-Last-Update-Date/m-p/2310192#M81340</link>
      <description>Hi,
&lt;BR /&gt;Read the 'Last_Update_Date' max value from Postgresql and store the result into a global variable.
&lt;BR /&gt;Then reuse this global to the Oracle where clause, giving something like:
&lt;BR /&gt;"Create_Date &amp;gt; to_date('" + (String)globalMap.get("yourGlobal") + "')"</description>
      <pubDate>Mon, 30 Oct 2017 11:26:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-a-Last-Update-Date/m-p/2310192#M81340</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-10-30T11:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a 'Last Update Date'</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-a-Last-Update-Date/m-p/2310193#M81341</link>
      <description>Thanks! Works perfectly.</description>
      <pubDate>Wed, 01 Nov 2017 19:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-a-Last-Update-Date/m-p/2310193#M81341</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-01T19:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a 'Last Update Date'</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-a-Last-Update-Date/m-p/2310194#M81342</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please how can I read the 'Last_Update_Date' max value from mysql and store the result into a global variable.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 20:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-a-Last-Update-Date/m-p/2310194#M81342</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-15T20:29:56Z</dc:date>
    </item>
  </channel>
</rss>

