function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sana RaheelSana Raheel 

How to get the data from SFDC?

I have a requirement to get the data from SFDC. I am looking to get the data of about 37 different objects and dump that into HDFS. The objects of interest are  

Account
Activity
Address
Case
Central Office
Contact
Custom Event
Customer
Drop Permission
Drop Permission Territory
Drop Permission Walklist
Drop Placement Order
Event
Event Address
FSA
ICI Code
Knock
Leads
MDU
Network
Opportunity
Order Product
Pricing Rules
Product
Project
Project Name
RecordType
ROE Opportunity
Special Event
Special Event Assignment
Store Code
Tasks
T1 Member
TELUS Product
Users
Vendor Group
Vendor Sales Rep
Work Orders

Which approach is better BULK REST API v/s OPEN  REST API?
What necessary steps I need to do for that? aka I need to know the Key, connectivity string , parameters etc
Jason FungJason Fung
You can use "Data Loader" to export your data from salesforce first. Then import them into your external app. 

https://developer.salesforce.com/page/Data_Loader
Sana RaheelSana Raheel
Can I not call the objects via API directly and then store the responses as file on my local server?