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
mobile vistexmobile vistex 

moving data to salesforce using bulk API

hi iam new to salesforce i want to send SAP data from my organisation to Salesforce through bulk api .what is the correct approach any guidence please tell me i want step by step process. please send me any links or videos are present in moving data from organisation to salesforce  
Hamza AbibHamza Abib
Hi,

You could use Salesforce's Apex DataLoader to upload bulk amounts of data onto your Salesforce organisation, using Excel .CSV files.
You can follow

1. the user guide - https://help.salesforce.com/help/pdfs/en/salesforce_data_loader.pdf
2. instructions video - https://www.youtube.com/watch?v=8azP1kuf9IQ (but there are other ones as well.

You will need to export your own data from SAP into an Excel file and save it as a .CSV, then map those records to existing fields in Salesforce (create the fields first if they don't exist yet), and then use the Data Loader to insert this data into this field for different records, etc. 
Hamza AbibHamza Abib
Hi,


If this is resolved, please Mark as Best Answer and close this question as Resolved.