<?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 Salesforce Integration With Teradata in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Integration-With-Teradata/m-p/2319231#M89501</link>
    <description>Hi,&lt;BR /&gt;I am a Salesforce  developer and want to integrate Salesforce with Teradata.&lt;BR /&gt;I did some R&amp;amp;D from my end and found that we can integrate informatica with Teradata and Salesforce provide automated tool Informatica Data Loader for integrating Salesforce with Informatica but I don't how to achieve first functionality?&lt;BR /&gt;If there is any efficient way of meeting the challenge will do wonders for me.&lt;BR /&gt;Any help will be highly appreciated!!!&lt;BR /&gt;Thanks.&lt;BR /&gt;Regards,&lt;BR /&gt;Mayank Pant</description>
    <pubDate>Sat, 16 Nov 2024 11:58:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T11:58:20Z</dc:date>
    <item>
      <title>Salesforce Integration With Teradata</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Integration-With-Teradata/m-p/2319231#M89501</link>
      <description>Hi,&lt;BR /&gt;I am a Salesforce  developer and want to integrate Salesforce with Teradata.&lt;BR /&gt;I did some R&amp;amp;D from my end and found that we can integrate informatica with Teradata and Salesforce provide automated tool Informatica Data Loader for integrating Salesforce with Informatica but I don't how to achieve first functionality?&lt;BR /&gt;If there is any efficient way of meeting the challenge will do wonders for me.&lt;BR /&gt;Any help will be highly appreciated!!!&lt;BR /&gt;Thanks.&lt;BR /&gt;Regards,&lt;BR /&gt;Mayank Pant</description>
      <pubDate>Sat, 16 Nov 2024 11:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Integration-With-Teradata/m-p/2319231#M89501</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Integration With Teradata</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Integration-With-Teradata/m-p/2319232#M89502</link>
      <description>Hi, &lt;BR /&gt;Please refer to online talend help center. Talend provide related connector to Salesforce and Teradata. Such as, component &lt;A href="https://help.talend.com/search/all?query=tSalesforceInput&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tSalesforceInput&lt;/A&gt;, &lt;A href="https://help.talend.com/search/all?query=tSalesforceOutput&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tSalesforceOutput&lt;/A&gt;,&lt;A href="https://help.talend.com/search/all?query=tTeradataInput&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tTeradataInput&lt;/A&gt; and &lt;A href="https://help.talend.com/search/all?query=tTeradataOutput&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tTeradataOutput&lt;/A&gt;,etc.&lt;BR /&gt;You can choose proper component for your job requirement.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 11 Jul 2013 11:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Integration-With-Teradata/m-p/2319232#M89502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-11T11:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Integration With Teradata</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Integration-With-Teradata/m-p/2319233#M89503</link>
      <description>Hi, 
&lt;BR /&gt;Thank a lot for you response. This information is highly useful for me but I have one more requirement as how to make this process real time like if there is any insert/update in Salesforce then corresponding record automatically inserted/updated in Teradata. Is there anything I am missing from plugins? 
&lt;BR /&gt;I have 400+ fields in my Salesforce object and is this connector robust enough to move this much no. of fields to Teradata? 
&lt;BR /&gt;Thanks again!! 
&lt;BR /&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Mayank Pant</description>
      <pubDate>Thu, 11 Jul 2013 11:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Integration-With-Teradata/m-p/2319233#M89503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-11T11:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Integration With Teradata</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Integration-With-Teradata/m-p/2319234#M89504</link>
      <description>Hi, 
&lt;BR /&gt;Actually, for t&amp;lt;DB&amp;gt;output component, there is "Action on data" option. 
&lt;BR /&gt;On the data of the table defined, you can perform: 
&lt;BR /&gt;Insert: Add new entries to the table. If duplicates are found, job stops. 
&lt;BR /&gt;Update: Make changes to existing entries 
&lt;BR /&gt;Insert or update: inserts a new record. If the record with the given reference already exists, an update would be made. 
&lt;BR /&gt;Update or insert: updates the record with the given reference. If the record does not exist, a new record would be inserted. 
&lt;BR /&gt;Delete: Remove entries corresponding to the input flow.(need set a primary key first). 
&lt;BR /&gt;For your case, it seems that you need "Synchronization" function? 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I have 400+ fields in my Salesforce object and is this connector robust enough to move this much no. of fields to Teradata?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;If you have 400+ fields in Salesforce object, how did you set your schema in talend? 
&lt;BR /&gt;Talend is able to deal with large mount of data but you must define column structure at first before run time. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 12 Jul 2013 04:52:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Integration-With-Teradata/m-p/2319234#M89504</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-12T04:52:02Z</dc:date>
    </item>
  </channel>
</rss>

