<?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: [resolved] Null results when using Salesforce Input in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338561#M106783</link>
    <description>Hi Shong, 
&lt;BR /&gt;It works fine when I pull from a standard module. I ran the query that you provided me and everything came back as expected. Do you think it's a bug that custom modules won't allow you to use SOQL? 
&lt;BR /&gt;- Joe</description>
    <pubDate>Fri, 16 Oct 2009 21:14:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-10-16T21:14:47Z</dc:date>
    <item>
      <title>[resolved] Null results when using Salesforce Input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338559#M106781</link>
      <description>Hi, 
&lt;BR /&gt;I've just recently started using Talend, and my first goal was to be able to export some data from Salesforce.com and into a SQL server database. I'm not having any trouble when trying to input an entire module. However, when I try to use SOQL to only select certain fields, I get all NULL results (for string fields...for integers I get 0). The row count of what I'm getting matches up with the row counts that are in the table. However no data shows up. This happens when inserting into SQL Server and outputting to a delimited flat file. Here's an example of a query that I'm using: 
&lt;BR /&gt;select ID, 
&lt;BR /&gt; Broker_Agent__c 
&lt;BR /&gt; FROM MLS_Approval_Request__c 
&lt;BR /&gt;I did some searching online and found that there is a registered bug where if the ID field isn't the first field selected then NULL results are returned. But as you can see that's not the case here. Anyone else know of anything that could be causing this? For now I can get around dumping the entire table and then querying from within SQL Server, but I'd prefer to just return the results that I'm using and do a single export using SOQL. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Joe</description>
      <pubDate>Sat, 16 Nov 2024 13:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338559#M106781</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Null results when using Salesforce Input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338560#M106782</link>
      <description>Hello Joe 
&lt;BR /&gt;Can you get the correct result with SOQL when you select other standard module like User? eg: 
&lt;BR /&gt;"select ID,Username, Lastname, firstname,Name from User" 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 16 Oct 2009 07:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338560#M106782</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-16T07:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Null results when using Salesforce Input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338561#M106783</link>
      <description>Hi Shong, 
&lt;BR /&gt;It works fine when I pull from a standard module. I ran the query that you provided me and everything came back as expected. Do you think it's a bug that custom modules won't allow you to use SOQL? 
&lt;BR /&gt;- Joe</description>
      <pubDate>Fri, 16 Oct 2009 21:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338561#M106783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-16T21:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Null results when using Salesforce Input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338562#M106784</link>
      <description>Hello Joe
&lt;BR /&gt;If you are attempting to use a custom object, be sure to append the '__c' after the entity name. eg:
&lt;BR /&gt;"select ID, name from myObj__c"
&lt;BR /&gt;Note that here is double _
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Mon, 19 Oct 2009 07:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338562#M106784</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-19T07:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Null results when using Salesforce Input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338563#M106785</link>
      <description>I am using the double underscore.  If you refer back to my first post you'll see that I have it in both the field I'm selecting and the table I'm selecting from.</description>
      <pubDate>Wed, 21 Oct 2009 18:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338563#M106785</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-21T18:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Null results when using Salesforce Input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338564#M106786</link>
      <description>Hello guy
&lt;BR /&gt;I get the same problem, all the custom fields are null, can you report a bug on our bugtracker?
&lt;BR /&gt;Thanks for your support!!!
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 22 Oct 2009 03:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338564#M106786</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-22T03:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Null results when using Salesforce Input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338565#M106787</link>
      <description>Hello Jrugolo810
&lt;BR /&gt;Just found that we should aslo add the '__c' on the column name on schema. Note that the filed name is case-sensitive.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Wed, 28 Oct 2009 09:47:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338565#M106787</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-28T09:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Null results when using Salesforce Input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338566#M106788</link>
      <description>I've just recently started using Talend, As per my requirement I need to fetch the data of salesforce account object.
&lt;BR /&gt;The query which I am using to fetch the account records ("Select Id from Account").
&lt;BR /&gt;I have a table ("Customer") in sql server. I need to fetch records of Customer table and I want to use the Salesforce account Ids in the where clause of that query.
&lt;BR /&gt;Can anyone tell me how can I do that.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Devendra</description>
      <pubDate>Mon, 20 Jun 2011 11:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338566#M106788</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-20T11:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Null results when using Salesforce Input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338567#M106789</link>
      <description>Hi, 
&lt;BR /&gt;Did you ever find a solution to your problem? I'm sitting with exactly the same problem, but with the little twist that if if go with the string: 
&lt;BR /&gt;"SELECT Id, Unit_Price__c FROM Equipment_Data__c" 
&lt;BR /&gt; I get a correct value of the Unit_Price__c field. 
&lt;BR /&gt;But if I use the string: 
&lt;BR /&gt;"SELECT Id, Unit_Price__c, CreatedById, CreatedDate, Deal_Type__c, IsDeleted, Install_Date__c, Install_Sell_Out_Date__c, LastModifiedById, LastModifiedDate, Opportunity__c, Order_Date__c, Install_Outlook__c, Outlook_Install_Date__c, Product__c, Quantity__c, Total_Price__c, Transaction_type__c FROM Equipment_Data__c" 
&lt;BR /&gt;The field Unit_Price__c return a zero value.... (null). 
&lt;BR /&gt;What can be the problem? 
&lt;BR /&gt;Thanks. 
&lt;BR /&gt;Best regards, 
&lt;BR /&gt;Nicolai</description>
      <pubDate>Wed, 04 Jul 2012 13:56:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338567#M106789</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-04T13:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Null results when using Salesforce Input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338568#M106790</link>
      <description>Hi,&lt;BR /&gt;has anyone had any luck with finding what is causing this problem? Or perhaps someone found a workaround? &lt;B&gt;npaustian&lt;/B&gt;'s workaround isn't working for me. &lt;BR /&gt;Thanks,&lt;BR /&gt;Ivan</description>
      <pubDate>Fri, 04 Oct 2013 09:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338568#M106790</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-04T09:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Null results when using Salesforce Input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338569#M106791</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;It seems that's this problem isn't resolved at all. I have it too...&lt;/P&gt; 
&lt;P&gt;The query is like this : "Select Id, CustomField__c FROM Account Where&amp;nbsp;&lt;SPAN&gt;CustomField__c&amp;nbsp;!=null"&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;The number of lines is correct, the query works perfectly with the application Force.com but with Talend, the field&amp;nbsp;CustomField__c&amp;nbsp;is always Null.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;I've found on&amp;nbsp;&lt;A href="https://help.talend.com/reader/_YDfvfhmdBzbX9dWMenklg/Lv~Pqm4u2XWOeTfUjL1xMA" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/_YDfvfhmdBzbX9dWMenklg/Lv~Pqm4u2XWOeTfUjL1xMA&lt;/A&gt; that there are tSalesforceInput Limitations when "the field with the underscore character '_' in its name"&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;But what can I do have the values, then ?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Aug 2018 06:06:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338569#M106791</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-04T06:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Null results when using Salesforce Input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338570#M106792</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I have same issue with these query, &lt;B&gt;Fecha_de_Nacimiento_c &lt;/B&gt;field is always returning null.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"SELECT CaseNumber,&lt;/P&gt;&lt;P&gt;CreatedDate,&lt;/P&gt;&lt;P&gt;Origin,&lt;/P&gt;&lt;P&gt;Tipo_de_consulta__c,&lt;/P&gt;&lt;P&gt;Reason,&lt;/P&gt;&lt;P&gt;Submotivo_de_la_consulta__c,&lt;/P&gt;&lt;P&gt;Status,&lt;/P&gt;&lt;P&gt;ClosedDate,&lt;/P&gt;&lt;P&gt;Envio_masivo__c,&lt;/P&gt;&lt;P&gt;N_de_Afiliado__c,&lt;/P&gt;&lt;P&gt;&lt;B&gt;Account.Fecha_de_Nacimiento__c&lt;/B&gt;,&lt;/P&gt;&lt;P&gt;OwnerId&lt;/P&gt;&lt;P&gt;FROM Case"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I doing wrong? I know the query is correct because I have tried directly against SalesForce with correct results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 05:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338570#M106792</guid>
      <dc:creator>LGTLEON</dc:creator>
      <dc:date>2023-07-28T05:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Null results when using Salesforce Input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338571#M106793</link>
      <description>&lt;P&gt;Hi! I have just resolved the mistake. It was an schema issue. I was mapping an incorrect column name from SalesForce. Attached the correct schema.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000lwaVJAAY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130339i7DB5CA6CDCE53686/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000lwaVJAAY.png" alt="0695b00000lwaVJAAY.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 06:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Null-results-when-using-Salesforce-Input/m-p/2338571#M106793</guid>
      <dc:creator>LGTLEON</dc:creator>
      <dc:date>2023-07-28T06:06:50Z</dc:date>
    </item>
  </channel>
</rss>

