<?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: Incremental data load in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Incremental-data-load/m-p/2361299#M125697</link>
    <description>&lt;FONT color="#333366"&gt;Hi,&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#333366"&gt;Can you please provide the screen shots to implement incremental load.&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#333366"&gt;Regards&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#333366"&gt;Anand V&lt;/FONT&gt;</description>
    <pubDate>Wed, 17 Aug 2016 08:17:57 GMT</pubDate>
    <dc:creator>Anand5</dc:creator>
    <dc:date>2016-08-17T08:17:57Z</dc:date>
    <item>
      <title>Incremental data load</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Incremental-data-load/m-p/2361296#M125694</link>
      <description>Hi all, 
&lt;BR /&gt;I am new using Talend DI and I have to made an incremental load from one Oracle Database to another Oracle Database. I have to compare the time of the last execution with a column call Last Modified Date to update the rows modified or insert the new ones. 
&lt;BR /&gt;Can anyone help me with this?&amp;nbsp; I just start with talend and i feel a bit lost with this. 
&lt;BR /&gt;Thanks very much!!</description>
      <pubDate>Sat, 16 Nov 2024 11:06:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Incremental-data-load/m-p/2361296#M125694</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental data load</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Incremental-data-load/m-p/2361297#M125695</link>
      <description>There is no build in method in Talend.
&lt;BR /&gt;The way you have to work goes like this:
&lt;BR /&gt;Create a context variable to keep an Date object (call it start_date) and set it to a very early date (which does not exists in your data)
&lt;BR /&gt;Tweak the query of the database input to restrict the data above this date.
&lt;BR /&gt;Keep track of the highest last modified date in your data within the flow
&lt;BR /&gt;Memories the youngest last modified date and write it e.g. in a control table or file
&lt;BR /&gt;Next job run read the last last modified date and set the value in the mentioned context variable (mentioned above).
&lt;BR /&gt;You can use a component suite which supports this method very well:
&lt;BR /&gt;
&lt;A href="https://exchange.talend.com/#marketplaceproductoverview:gallery=marketplace%252F1&amp;amp;pi=marketplace%252F1%252Fproducts%252F556%252Fitems%252F1732" rel="nofollow noopener noreferrer"&gt;https://exchange.talend.com/#marketplaceproductoverview:gallery=marketplace%252F1&amp;amp;pi=marketplace%252F1%252Fproducts%252F556%252Fitems%252F1732&lt;/A&gt;
&lt;BR /&gt;&amp;nbsp;</description>
      <pubDate>Wed, 05 Aug 2015 08:33:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Incremental-data-load/m-p/2361297#M125695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-05T08:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental data load</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Incremental-data-load/m-p/2361298#M125696</link>
      <description>Thanks a lot for your answer, I understand the most part and I will try to follow your steps. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 05 Aug 2015 08:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Incremental-data-load/m-p/2361298#M125696</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-05T08:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental data load</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Incremental-data-load/m-p/2361299#M125697</link>
      <description>&lt;FONT color="#333366"&gt;Hi,&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#333366"&gt;Can you please provide the screen shots to implement incremental load.&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#333366"&gt;Regards&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#333366"&gt;Anand V&lt;/FONT&gt;</description>
      <pubDate>Wed, 17 Aug 2016 08:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Incremental-data-load/m-p/2361299#M125697</guid>
      <dc:creator>Anand5</dc:creator>
      <dc:date>2016-08-17T08:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental data load</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Incremental-data-load/m-p/2361300#M125698</link>
      <description>Take a look at the component documentation I mentioned in my post.</description>
      <pubDate>Wed, 17 Aug 2016 09:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Incremental-data-load/m-p/2361300#M125698</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-17T09:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental data load</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Incremental-data-load/m-p/2361301#M125699</link>
      <description>Hi,
&lt;BR /&gt;Looking for incremental load approach with some screen shots. Can any one help me please ?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Rama.&amp;nbsp;</description>
      <pubDate>Wed, 26 Oct 2016 04:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Incremental-data-load/m-p/2361301#M125699</guid>
      <dc:creator>seelam_sreeram</dc:creator>
      <dc:date>2016-10-26T04:36:13Z</dc:date>
    </item>
  </channel>
</rss>

