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
avip368avip368 

Implement bulk upload via python

Hi all,

I am a newbie to Salesforce and have been reading the SalesForce API docs. I am currently reading the Bullk upload API and wanted to i mplement bulk uploading of data via a python script. I have been looking into libraries like Beatbox and salesforce-toolkit. Can bulk upload my data via a python script using the API. If yes can anybody give me some pointers?

 

Thanks.

 

Avinash Prasad

DanSadDanSad

What are you looking to do exactly?
Upload a whole bunch of leads from a CSV for example?