<?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 How to append data in Destination DB in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-append-data-in-Destination-DB/m-p/2214661#M11407</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello Everyone,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I have four jobs designed:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Job 1: Pull CSV files from FTP to Local Folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Job 2: Load CSV files from Local folder to MySQL source DB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Job 3: Load dimension tables in destination DB from source DB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Job 4: Load Fact Tables in destination DB from source DB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After the initial data dump, I have the process set up to run once every month to receive CSV files regarding stats for each month. After Job 2, I have a truncate command for all the dimension tables and fact tables to reload the tables( so that they have the new data as well). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Instead of truncating I would like to append the new data received to the destination DB tables. Is there any way to do this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looking forward to your inputs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Praneeth Reddy Varimalla&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Aug 2019 15:04:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-08-27T15:04:15Z</dc:date>
    <item>
      <title>How to append data in Destination DB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-append-data-in-Destination-DB/m-p/2214661#M11407</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello Everyone,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I have four jobs designed:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Job 1: Pull CSV files from FTP to Local Folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Job 2: Load CSV files from Local folder to MySQL source DB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Job 3: Load dimension tables in destination DB from source DB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Job 4: Load Fact Tables in destination DB from source DB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After the initial data dump, I have the process set up to run once every month to receive CSV files regarding stats for each month. After Job 2, I have a truncate command for all the dimension tables and fact tables to reload the tables( so that they have the new data as well). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Instead of truncating I would like to append the new data received to the destination DB tables. Is there any way to do this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looking forward to your inputs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Praneeth Reddy Varimalla&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 15:04:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-append-data-in-Destination-DB/m-p/2214661#M11407</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-27T15:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to append data in Destination DB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-append-data-in-Destination-DB/m-p/2214662#M11408</link>
      <description>&lt;P&gt;If records for dimension and fact tables never exist in the destination DB, Insert statement should be enough.&lt;/P&gt;
&lt;P&gt;Else, if you have to update existing rows and insert new ones, have a look to Merge statement.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 08:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-append-data-in-Destination-DB/m-p/2214662#M11408</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-08-28T08:06:44Z</dc:date>
    </item>
  </channel>
</rss>

