<?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: TOS Data integration in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/TOS-Data-integration/m-p/2291300#M64495</link>
    <description>As in... synchronize? as in .... realtime?
&lt;BR /&gt;Elaborate please?!? What do you have in mind?
&lt;BR /&gt;
&lt;BR /&gt;- Have a process trigger on the Salesforce environment which triggers a (talend) job to query and insert into mssql
&lt;BR /&gt;or
&lt;BR /&gt;- Have messageQ which salesforce produce updates to and have a consumer which read and ingest it into mssql
&lt;BR /&gt;or
&lt;BR /&gt;- schedule a job which check for updates every minute and ingest them into mssql
&lt;BR /&gt;
&lt;BR /&gt;Everything is possible...</description>
    <pubDate>Fri, 03 Aug 2018 12:30:14 GMT</pubDate>
    <dc:creator>Jesperrekuh</dc:creator>
    <dc:date>2018-08-03T12:30:14Z</dc:date>
    <item>
      <title>TOS Data integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-Data-integration/m-p/2291299#M64494</link>
      <description>&lt;P&gt;What can I do if I want to transfer data from Sales force to Microsoft SQL after update in sales force table?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can we transfer data from Sales force to Microsoft SQL and vice versa simultaneously?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 11:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-Data-integration/m-p/2291299#M64494</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-03T11:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: TOS Data integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-Data-integration/m-p/2291300#M64495</link>
      <description>As in... synchronize? as in .... realtime?
&lt;BR /&gt;Elaborate please?!? What do you have in mind?
&lt;BR /&gt;
&lt;BR /&gt;- Have a process trigger on the Salesforce environment which triggers a (talend) job to query and insert into mssql
&lt;BR /&gt;or
&lt;BR /&gt;- Have messageQ which salesforce produce updates to and have a consumer which read and ingest it into mssql
&lt;BR /&gt;or
&lt;BR /&gt;- schedule a job which check for updates every minute and ingest them into mssql
&lt;BR /&gt;
&lt;BR /&gt;Everything is possible...</description>
      <pubDate>Fri, 03 Aug 2018 12:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-Data-integration/m-p/2291300#M64495</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-08-03T12:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: TOS Data integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-Data-integration/m-p/2291301#M64496</link>
      <description>&lt;P&gt;Actually, I have to perform the above task in TOS tool itself&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 13:10:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-Data-integration/m-p/2291301#M64496</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-03T13:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: TOS Data integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-Data-integration/m-p/2291302#M64497</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Since you are using TOS, you will have to plan the scheduling part by another application. Now, to extract the updated Salesforce records, you can use&amp;nbsp;&lt;SPAN class="emphasis"&gt;&lt;STRONG&gt;tSalesforceGetUpdated&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;component.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Similarly you can extract the updated records from MSSQL also using the modified time stamp column of the source table.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; In your case, you are looking for the data flow to happen from both sides. The Salesforce updated record will flow to MSSQL by above method but you need to make sure that the flow should not happen in the reverse mode for same record. Else it will end up in an infinite loop.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; This can be achieved&amp;nbsp;if you are storing the last updated source system name in both areas. When you extract the delta records from MSSQL, you should avoid the records have source system name as Salesforce. Similarly when you extract from Salesforce, you should avoid the records having MSSQL as source.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Warm Regards,&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Nikhil Thampi&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 14:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-Data-integration/m-p/2291302#M64497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-03T14:10:51Z</dc:date>
    </item>
  </channel>
</rss>

