ballerina-platform/ballerina-library

Support for retrieving JSON data with Salesforce Bulk API v2

Closed this issue · 1 comments

Description:
Currently only seems to allow retrieving CSV data - https://central.ballerina.io/ballerinax/salesforce/8.0.0#Client-getQueryResult

But looks like JSON data can be retrieved by specifying headers - https://developer.salesforce.com/docs/atlas.en-us.246.0.api_asynch.meta/api_asynch/query_create_job.htm

This seems to be only for the creating the job. Not data retrieval, only CSV is supported - https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/query_get_job_results.htm.

Closing since invalid atm.