<?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 Retrieve from Salesforce is missing records in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Retrieve-from-Salesforce-is-missing-records/m-p/2365747#M129322</link>
    <description>I have a job which uses a tSalesforceInput component to retrieve Salesforce Task records. The job is run daily, and retrieves records where the lastModifiedDate &amp;gt; 
&lt;I&gt;specified_Date&lt;/I&gt;. The output flows to a tMap component and then to a tMSSqlOutput component. The job runs correctly and data flows to the MS SQL table. 
&lt;BR /&gt;While validating a report, I have noticed that there are some records which are not retrieved from Salesforce, and it seems cannot be retrieved. For example, I am missing some task data for a specific contact in Salesforce. When I view the information in Salesforce and compare the results to what I receive using the Talend job, there are records missing. 
&lt;BR /&gt;I am using the option for manual input of the SOQL query. To eliminate possible mapping issues, I select just these columns in the query below and write the results to a tFileOutputDelimited component. 
&lt;BR /&gt; 
&lt;PRE&gt;"SELECT Id, AccountId FROM Task where WhoId = '003i000000Q7DPQAA3' "&lt;/PRE&gt; 
&lt;BR /&gt;When I run this job, only 6 out of 7 of the Salesforce task records are retrieved. 
&lt;BR /&gt;As a further test, I have run the same query in Cloudingo Studio, a tool to query Salesforce; 7 out of 7 records are received. 
&lt;BR /&gt;Question: Is there a better way to retrieve the data from Salesforce (daily changes), where I retrieve 
&lt;B&gt;all&lt;/B&gt; the records? 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Tom</description>
    <pubDate>Sat, 16 Nov 2024 11:37:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T11:37:23Z</dc:date>
    <item>
      <title>Retrieve from Salesforce is missing records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieve-from-Salesforce-is-missing-records/m-p/2365747#M129322</link>
      <description>I have a job which uses a tSalesforceInput component to retrieve Salesforce Task records. The job is run daily, and retrieves records where the lastModifiedDate &amp;gt; 
&lt;I&gt;specified_Date&lt;/I&gt;. The output flows to a tMap component and then to a tMSSqlOutput component. The job runs correctly and data flows to the MS SQL table. 
&lt;BR /&gt;While validating a report, I have noticed that there are some records which are not retrieved from Salesforce, and it seems cannot be retrieved. For example, I am missing some task data for a specific contact in Salesforce. When I view the information in Salesforce and compare the results to what I receive using the Talend job, there are records missing. 
&lt;BR /&gt;I am using the option for manual input of the SOQL query. To eliminate possible mapping issues, I select just these columns in the query below and write the results to a tFileOutputDelimited component. 
&lt;BR /&gt; 
&lt;PRE&gt;"SELECT Id, AccountId FROM Task where WhoId = '003i000000Q7DPQAA3' "&lt;/PRE&gt; 
&lt;BR /&gt;When I run this job, only 6 out of 7 of the Salesforce task records are retrieved. 
&lt;BR /&gt;As a further test, I have run the same query in Cloudingo Studio, a tool to query Salesforce; 7 out of 7 records are received. 
&lt;BR /&gt;Question: Is there a better way to retrieve the data from Salesforce (daily changes), where I retrieve 
&lt;B&gt;all&lt;/B&gt; the records? 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Tom</description>
      <pubDate>Sat, 16 Nov 2024 11:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieve-from-Salesforce-is-missing-records/m-p/2365747#M129322</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve from Salesforce is missing records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieve-from-Salesforce-is-missing-records/m-p/2365748#M129323</link>
      <description>Hi, &lt;BR /&gt;Is there any data truncation issue on console? What the rejected record look like? Are your records missing randomly?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 06 Jun 2014 04:33:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieve-from-Salesforce-is-missing-records/m-p/2365748#M129323</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-06T04:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve from Salesforce is missing records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieve-from-Salesforce-is-missing-records/m-p/2365749#M129324</link>
      <description>Hi Sabrina,&lt;BR /&gt;There is no indication of data truncation. I am not sure how to detect if there is a rejected record. There is no indication in the console. When I use Debug Run, I see 6 records process, but the 7th is skipped. The tSalesforceInput does not seem to have an option for rejected rows. &lt;BR /&gt;When I view the query and results in Cloudingo Studio, I notice that the  field for the row that is not being imported has a much larger size (12849 characters). The schema for this tSalesforceInput component defines this description field as a string with a length of 32000. Note that the query that I am using for this diagnostic testing only includes the Id and AccountId, and does not include the  field.&lt;BR /&gt;You asked whether the records were being rejected randomly. I will check further into missing records to see if I can find any pattern. However, there are many cases where the record counts are not correct.  &lt;BR /&gt;Thanks,&lt;BR /&gt;Tom</description>
      <pubDate>Fri, 06 Jun 2014 14:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieve-from-Salesforce-is-missing-records/m-p/2365749#M129324</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-06T14:15:24Z</dc:date>
    </item>
  </channel>
</rss>

