<?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: Update specific field from tmysqloutput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Update-specific-field-from-tmysqloutput/m-p/2288261#M61769</link>
    <description>&lt;P&gt;Thanks. But as per the manual "&lt;SPAN&gt;The CDC feature works only with the same database system running on the same server."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have data push and pull in different server. So is there any way to do. I am able to insert data to the target from one server to another by a job. After that&amp;nbsp; , the flag column&amp;nbsp;in source table for&amp;nbsp; all the inserted rows should change the flag.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want something like this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;steps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;job 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;source table(server1)-----20 rows (out of 100)---- using trowfilter-----&amp;gt; target table(server2)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;step2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;source table(server1) ----change flag for all 20 rows inserted.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Dec 2017 05:03:19 GMT</pubDate>
    <dc:creator>DM2017</dc:creator>
    <dc:date>2017-12-27T05:03:19Z</dc:date>
    <item>
      <title>Update specific field from tmysqloutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-specific-field-from-tmysqloutput/m-p/2288259#M61767</link>
      <description>&lt;P&gt;I have a job which insert data from one table to another and then update the flag in the output table.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So far tmysqlinput_1-----&amp;gt;tfilterrow-----&amp;gt;tmysqloutput is working fine . after this I need to update one field called "flag" for all inserted rows in output.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Kindly help out.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2017 12:23:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-specific-field-from-tmysqloutput/m-p/2288259#M61767</guid>
      <dc:creator>DM2017</dc:creator>
      <dc:date>2017-12-26T12:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Update specific field from tmysqloutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-specific-field-from-tmysqloutput/m-p/2288260#M61768</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Did you want to flag all inserted data?&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="3"&gt;Here is CDC feature in talend subscription solution which captures only the changed source data and to move it from a source to a target system(s) in real time.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="3"&gt;Here is the online document about:&lt;A title="TalendHelpCenter:Change Data Capture (CDC): publish/subscribe" href="https://help.talend.com/reader/HMt7OtoGzrwdkL_NOLwS_w/xHcjxapeJ9FZyeInLoyCrA" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Change Data Capture (CDC): publish/subscribe&lt;/A&gt;.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="3"&gt;Feel free to let us know if it is what you are looking for.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="3"&gt;Best regards&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="3"&gt;Sabrina&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2017 03:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-specific-field-from-tmysqloutput/m-p/2288260#M61768</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-27T03:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Update specific field from tmysqloutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-specific-field-from-tmysqloutput/m-p/2288261#M61769</link>
      <description>&lt;P&gt;Thanks. But as per the manual "&lt;SPAN&gt;The CDC feature works only with the same database system running on the same server."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have data push and pull in different server. So is there any way to do. I am able to insert data to the target from one server to another by a job. After that&amp;nbsp; , the flag column&amp;nbsp;in source table for&amp;nbsp; all the inserted rows should change the flag.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want something like this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;steps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;job 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;source table(server1)-----20 rows (out of 100)---- using trowfilter-----&amp;gt; target table(server2)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;step2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;source table(server1) ----change flag for all 20 rows inserted.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2017 05:03:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-specific-field-from-tmysqloutput/m-p/2288261#M61769</guid>
      <dc:creator>DM2017</dc:creator>
      <dc:date>2017-12-27T05:03:19Z</dc:date>
    </item>
  </channel>
</rss>

