<?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 Incremental or Delta load in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Incremental-or-Delta-load/m-p/2305652#M77282</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have gone through videos which are based on Incremental data load where the source and target both are DB.&lt;/P&gt;&lt;P&gt;But I have source&amp;nbsp;as database and target as File. This is insert/Update both operations based on timestamp field.&lt;/P&gt;&lt;P&gt;Could any one help me here.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 22:51:09 GMT</pubDate>
    <dc:creator>BA621858188</dc:creator>
    <dc:date>2024-11-15T22:51:09Z</dc:date>
    <item>
      <title>Incremental or Delta load</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Incremental-or-Delta-load/m-p/2305652#M77282</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have gone through videos which are based on Incremental data load where the source and target both are DB.&lt;/P&gt;&lt;P&gt;But I have source&amp;nbsp;as database and target as File. This is insert/Update both operations based on timestamp field.&lt;/P&gt;&lt;P&gt;Could any one help me here.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Incremental-or-Delta-load/m-p/2305652#M77282</guid>
      <dc:creator>BA621858188</dc:creator>
      <dc:date>2024-11-15T22:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental or Delta load</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Incremental-or-Delta-load/m-p/2305653#M77283</link>
      <description>&lt;P&gt;If you are wanting to update a file you will need to read all of the data into memory within the job (maybe using the hsqldb components https://help.talend.com/r/en-US/8.0/hsqldb/hsqldb), compare that against the data in your db, then create a new/updated dataset in memory and write it to a new file.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 00:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Incremental-or-Delta-load/m-p/2305653#M77283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-09T00:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental or Delta load</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Incremental-or-Delta-load/m-p/2305654#M77284</link>
      <description>&lt;P&gt;@Richard Hall​&amp;nbsp;I can fetch the increment records based on query (using date column) but how can I compare it for the next load? (One way is to store the value in context parameter).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The one difference here in my scenario that I need to check increment query using separate as I am not going to fetch any cols from that table and I am going to fetch the appropriate cols from separate table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any job design to get more insights?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 16:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Incremental-or-Delta-load/m-p/2305654#M77284</guid>
      <dc:creator>BA621858188</dc:creator>
      <dc:date>2022-06-09T16:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental or Delta load</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Incremental-or-Delta-load/m-p/2305655#M77285</link>
      <description>&lt;P&gt;Your max date stamp in your target should be used as your watermark if I am understanding your requirement. So when you query the file's data, you will need to find the max date. Once you have the max date, you can use that to query your source data (in the db) for all records greater than the file's max date.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 21:56:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Incremental-or-Delta-load/m-p/2305655#M77285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-09T21:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental or Delta load</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Incremental-or-Delta-load/m-p/2305656#M77286</link>
      <description>&lt;P&gt;@Richard Hall​&amp;nbsp; Can I use Insert update flows same as SCD TYPE2 in incremental/delta load flow.? I need to load the data each day to new file.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jun 2022 15:44:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Incremental-or-Delta-load/m-p/2305656#M77286</guid>
      <dc:creator>BA621858188</dc:creator>
      <dc:date>2022-06-26T15:44:05Z</dc:date>
    </item>
  </channel>
</rss>

