<?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 get only modified data or changed data from mysql using talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-get-only-modified-data-or-changed-data-from-mysql-using/m-p/2293659#M66609</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt; 
&lt;P&gt;Can anyone please explain how can I get only changed data.&lt;/P&gt; 
&lt;P&gt;I have read somewhere that if we apply CDC, we can get only changed or modified data but the CDC is not applicable in open source.&lt;/P&gt; 
&lt;P&gt;So, I have run one job in talend tool, output I have placed in MySQL.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;if I do&amp;nbsp;SCD&amp;nbsp;, I will get both history and modified data.&lt;/P&gt; 
&lt;P&gt;but I want only changed data in my output.&lt;/P&gt; 
&lt;P&gt;what can I do?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;please anyone help me in this...&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 09:25:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T09:25:25Z</dc:date>
    <item>
      <title>how to get only modified data or changed data from mysql using talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-get-only-modified-data-or-changed-data-from-mysql-using/m-p/2293659#M66609</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt; 
&lt;P&gt;Can anyone please explain how can I get only changed data.&lt;/P&gt; 
&lt;P&gt;I have read somewhere that if we apply CDC, we can get only changed or modified data but the CDC is not applicable in open source.&lt;/P&gt; 
&lt;P&gt;So, I have run one job in talend tool, output I have placed in MySQL.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;if I do&amp;nbsp;SCD&amp;nbsp;, I will get both history and modified data.&lt;/P&gt; 
&lt;P&gt;but I want only changed data in my output.&lt;/P&gt; 
&lt;P&gt;what can I do?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;please anyone help me in this...&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-get-only-modified-data-or-changed-data-from-mysql-using/m-p/2293659#M66609</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to get only modified data or changed data from mysql using talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-get-only-modified-data-or-changed-data-from-mysql-using/m-p/2293660#M66610</link>
      <description>&lt;P&gt;If you store your data in a SCD you can query for only changed data. Otherwise you will have to keep a "change date" field on your table (or linked to your table's primary key) and refer to that.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 12:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-get-only-modified-data-or-changed-data-from-mysql-using/m-p/2293660#M66610</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-10T12:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to get only modified data or changed data from mysql using talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-get-only-modified-data-or-changed-data-from-mysql-using/m-p/2293661#M66611</link>
      <description>please could you explain me clearly</description>
      <pubDate>Thu, 10 Aug 2017 13:41:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-get-only-modified-data-or-changed-data-from-mysql-using/m-p/2293661#M66611</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-10T13:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to get only modified data or changed data from mysql using talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-get-only-modified-data-or-changed-data-from-mysql-using/m-p/2293662#M66612</link>
      <description>&lt;P&gt;With a slowly changing dimension you should be able to easily query recently modified records. All you would need to do is keep a log (in a different table) of the last time you had run your job and then use the effective dating in the SCD with your last run date.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Alternatively add a change_date column to your database table and update it when you make a change to a row&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 14:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-get-only-modified-data-or-changed-data-from-mysql-using/m-p/2293662#M66612</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-10T14:22:15Z</dc:date>
    </item>
  </channel>
</rss>

