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
irfan azizirfan aziz 

How to write the java part that can query the SF object?

I am following the code given in java. (https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_code_walkthrough.htm)
I am able to connect and create a job but now i want the createbatchesfromcsv() to query the salesforce object and write to csv file. Where i can get the documentation or example to do this.