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
Sagar Hinsu 11Sagar Hinsu 11 

How to retrieve 10000 id of any record through bulk api in python

Hello,
I want to retrieve 10000 records and i want to retrieve id of any particular object in python(i have specific requirement that i have to do in python only :P)
There is a SalesforceBulk package for python and i am able to insert data using it but not able to retrieve data using it.
I will be thankfull if anyone will help me.
pconpcon
Are you using this bulk library [1] and if so, can you include your python code that you have tried to use and explain how it is unsuccessful?  If this is not the library you are using, can you try using it and use the query example?

NOTE: When including code please use the "Add a code sample" button (icon <>) to increase readability and make referencing code easier.

[1] https://github.com/heroku/salesforce-bulk
Sagar Hinsu 11Sagar Hinsu 11
thnx pcon... but its done now..