<?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: Reading data from a Salesforce report in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Reading-data-from-a-Salesforce-report/m-p/2266530#M45720</link>
    <description>Hi,&lt;BR /&gt;To access a component you cannot see in the palette, just click on a free place into je job design and start typing the name of the desired component (for ex. tres). You'll see the list of the installed components for which the name starts with that letters.&lt;BR /&gt;To make a component visible into the palette, go to the menu File &amp;gt; Edit Project Properties the Designer and Palette Settings.&lt;BR /&gt;Here, search for the components you want to hide or show.&lt;BR /&gt;I'll try to give you a big picture of what such a job should look like as soon as possible.&lt;BR /&gt;Regards,&lt;BR /&gt;TRF</description>
    <pubDate>Mon, 23 Jan 2017 10:25:57 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2017-01-23T10:25:57Z</dc:date>
    <item>
      <title>Reading data from a Salesforce report</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-data-from-a-Salesforce-report/m-p/2266527#M45717</link>
      <description>The tSalesforceInput component reads data from a Salesforce component. There does not seem to be an option in that component, nor another component, that can read data from a pre-built Salesforce *report*. &lt;BR /&gt;Salesforce has an API for doing this, and it is used by PowerQuery so that within Excel you can view the output of a Salesforce report.&lt;BR /&gt;Is there some way I have not yet found to achieve this in Talend? Assuming not, is there any plan to provide such a feature in the future?&lt;BR /&gt;With thanks,&lt;BR /&gt;Matt.</description>
      <pubDate>Sat, 16 Nov 2024 10:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-data-from-a-Salesforce-report/m-p/2266527#M45717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data from a Salesforce report</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-data-from-a-Salesforce-report/m-p/2266528#M45718</link>
      <description>Hi,
&lt;BR /&gt;Thank's to Talend's tRESTClient component, you can use the Salesforce Analytics API for this purpose (see&amp;nbsp;
&lt;A href="https://developer.salesforce.com/docs/atlas.en-us.api_analytics.meta/api_analytics/sforce_analytics_rest_api_intro.htm" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.salesforce.com/docs/atlas.en-us.api_analytics.meta/api_analytics/sforce_analytics_rest_api_intro.htm&lt;/A&gt;).
&lt;BR /&gt;Carreful, you cannot retrieve more than 2000 rows from the reports, by this way.
&lt;BR /&gt;Regards,
&lt;BR /&gt;TRF</description>
      <pubDate>Fri, 20 Jan 2017 08:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-data-from-a-Salesforce-report/m-p/2266528#M45718</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-01-20T08:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data from a Salesforce report</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-data-from-a-Salesforce-report/m-p/2266529#M45719</link>
      <description>Thanks TRF. Do you (or anyone else?) have a working example?&lt;BR /&gt;I can understand the general idea, but there is a bit too much for me to learn about the relevant Talend component settings and the Salesforce API to be able to get there myself.&lt;BR /&gt;In my installation of Talend I can see the tREST component, but not tRESTClient. The documentation pages make them sound the same - has one superseded the other?</description>
      <pubDate>Mon, 23 Jan 2017 00:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-data-from-a-Salesforce-report/m-p/2266529#M45719</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-23T00:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data from a Salesforce report</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-data-from-a-Salesforce-report/m-p/2266530#M45720</link>
      <description>Hi,&lt;BR /&gt;To access a component you cannot see in the palette, just click on a free place into je job design and start typing the name of the desired component (for ex. tres). You'll see the list of the installed components for which the name starts with that letters.&lt;BR /&gt;To make a component visible into the palette, go to the menu File &amp;gt; Edit Project Properties the Designer and Palette Settings.&lt;BR /&gt;Here, search for the components you want to hide or show.&lt;BR /&gt;I'll try to give you a big picture of what such a job should look like as soon as possible.&lt;BR /&gt;Regards,&lt;BR /&gt;TRF</description>
      <pubDate>Mon, 23 Jan 2017 10:25:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-data-from-a-Salesforce-report/m-p/2266530#M45720</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-01-23T10:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data from a Salesforce report</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-data-from-a-Salesforce-report/m-p/2266531#M45721</link>
      <description>OK, thanks. I can now include a tRESTClient component in my job.
&lt;BR /&gt;I'm still not going to be able to figure out how to use that to query a Salesforce report via their REST API, and so will greatly appreciate you help.</description>
      <pubDate>Mon, 23 Jan 2017 21:27:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-data-from-a-Salesforce-report/m-p/2266531#M45721</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-23T21:27:32Z</dc:date>
    </item>
  </channel>
</rss>

