<?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>question Re: Salesforce integration with Hortonworks Data Flow (Apache Nifi) in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Salesforce-integration-with-Hortonworks-Data-Flow-Apache/m-p/119757#M82535</link>
    <description>&lt;P&gt;Please refer: &lt;A href="https://community.hortonworks.com/idea/203714/apache-nifi-fetching-event-log-files-from-salesfor.html" target="_blank"&gt;https://community.hortonworks.com/idea/203714/apache-nifi-fetching-event-log-files-from-salesfor.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jul 2018 13:47:51 GMT</pubDate>
    <dc:creator>saurabhbatra</dc:creator>
    <dc:date>2018-07-23T13:47:51Z</dc:date>
    <item>
      <title>Salesforce integration with Hortonworks Data Flow (Apache Nifi)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Salesforce-integration-with-Hortonworks-Data-Flow-Apache/m-p/119750#M82528</link>
      <description>&lt;P&gt;The requirement is to extract data from Salesforce and to ingest into Hive.
Is this a good use case for HDF?&lt;/P&gt;&lt;P&gt;The main requirement is  to pull data from Salesforce. What processors are appropriate here?  &lt;/P&gt;&lt;P&gt;The invokeHttp processor and/or ExtractText processor?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 01:07:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Salesforce-integration-with-Hortonworks-Data-Flow-Apache/m-p/119750#M82528</guid>
      <dc:creator>amcbarnett</dc:creator>
      <dc:date>2016-02-02T01:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce integration with Hortonworks Data Flow (Apache Nifi)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Salesforce-integration-with-Hortonworks-Data-Flow-Apache/m-p/119751#M82529</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/12892/salesforce-integration-with-hortonworks-data-flow.html#"&gt;@Ancil McBarnett&lt;/A&gt; their API &lt;A href="https://developer.salesforce.com/page/Salesforce_APIs"&gt;guide&lt;/A&gt; shows every which possible way. I'd use the rest processors in Nifi for that.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 01:10:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Salesforce-integration-with-Hortonworks-Data-Flow-Apache/m-p/119751#M82529</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-02T01:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce integration with Hortonworks Data Flow (Apache Nifi)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Salesforce-integration-with-Hortonworks-Data-Flow-Apache/m-p/119752#M82530</link>
      <description>&lt;P&gt;You could use the invokeHTTP processor to connect to a restAPI to pull data.  Once NiFi has the data you could do things like extract parts of the data in to NiFi FlowFIle attributes using the extractText processor.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 01:50:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Salesforce-integration-with-Hortonworks-Data-Flow-Apache/m-p/119752#M82530</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2016-02-02T01:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce integration with Hortonworks Data Flow (Apache Nifi)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Salesforce-integration-with-Hortonworks-Data-Flow-Apache/m-p/119753#M82531</link>
      <description>&lt;P&gt;The invokeHTTP processor would work best, you would need to follow SalesForce authentication guidelines for the rest api: &lt;A href="https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_concepts_security.htm"&gt;here.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 03:21:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Salesforce-integration-with-Hortonworks-Data-Flow-Apache/m-p/119753#M82531</guid>
      <dc:creator>jdavis1</dc:creator>
      <dc:date>2016-02-02T03:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce integration with Hortonworks Data Flow (Apache Nifi)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Salesforce-integration-with-Hortonworks-Data-Flow-Apache/m-p/119754#M82532</link>
      <description>&lt;P&gt;Salesforce requires SOAP login to access API, linking in another discussion about  &lt;A href="https://community.hortonworks.com/questions/11917/hi-i-need-to-integrate-data-coming-from-a-wsdl-soa.html"&gt;WSDL soap&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 04:11:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Salesforce-integration-with-Hortonworks-Data-Flow-Apache/m-p/119754#M82532</guid>
      <dc:creator>mgrabenstein</dc:creator>
      <dc:date>2016-02-02T04:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce integration with Hortonworks Data Flow (Apache Nifi)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Salesforce-integration-with-Hortonworks-Data-Flow-Apache/m-p/119755#M82533</link>
      <description>&lt;P&gt;I came across this thread and my colleague published a more recent option on the DataDirect blog with &lt;A href="https://www.progress.com/tutorials/jdbc/ingest-salesforce-data-incrementally-into-hive-using-apache-nifi"&gt;Salesforce JDBC and Apache Nifi&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 09:54:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Salesforce-integration-with-Hortonworks-Data-Flow-Apache/m-p/119755#M82533</guid>
      <dc:creator>SAsInSumit</dc:creator>
      <dc:date>2017-09-18T09:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce integration with Hortonworks Data Flow (Apache Nifi)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Salesforce-integration-with-Hortonworks-Data-Flow-Apache/m-p/119756#M82534</link>
      <description>&lt;P&gt;Matt, if you have the detailed document on importing data from Salesforce to Hadoop using nifi, please share.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 20:36:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Salesforce-integration-with-Hortonworks-Data-Flow-Apache/m-p/119756#M82534</guid>
      <dc:creator>reddy_gayathri</dc:creator>
      <dc:date>2018-07-17T20:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce integration with Hortonworks Data Flow (Apache Nifi)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Salesforce-integration-with-Hortonworks-Data-Flow-Apache/m-p/119757#M82535</link>
      <description>&lt;P&gt;Please refer: &lt;A href="https://community.hortonworks.com/idea/203714/apache-nifi-fetching-event-log-files-from-salesfor.html" target="_blank"&gt;https://community.hortonworks.com/idea/203714/apache-nifi-fetching-event-log-files-from-salesfor.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 13:47:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Salesforce-integration-with-Hortonworks-Data-Flow-Apache/m-p/119757#M82535</guid>
      <dc:creator>saurabhbatra</dc:creator>
      <dc:date>2018-07-23T13:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce integration with Hortonworks Data Flow (Apache Nifi)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Salesforce-integration-with-Hortonworks-Data-Flow-Apache/m-p/386102#M245941</link>
      <description>&lt;P&gt;Connecting Salesforce with Hortonworks Data Flow (powered by Apache NiFi) unlocks powerful data integration. Here's how:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;NiFi Processors:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Utilize processors like "InvokeHTTP" to call Salesforce APIs and retrieve data.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Real-Time or Batch:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Move data bi-directionally (Salesforce to NiFi or vice versa) in real-time or batches.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Data Transformation:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Cleanse, transform, and enrich data using NiFi's processors before storing it in your data lake.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This salesforce integration helps you leverage valuable Salesforce data for analytics, reporting, and deeper customer insights.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 12:07:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Salesforce-integration-with-Hortonworks-Data-Flow-Apache/m-p/386102#M245941</guid>
      <dc:creator>Roshannimble</dc:creator>
      <dc:date>2024-04-04T12:07:47Z</dc:date>
    </item>
  </channel>
</rss>

