UploadJobDataV2
Uploads a CSV file as job data for processing within Salesforce bulk operations.
Input
| Name | Type | Accepts Input Streams | Description |
| ContentUrl | String | False | The Salesforce-generated URL used to upload job data for a bulk job. This URL is provided when the job is created and must be used while the job remains in Open state. |
| CSVFilePath | String | False | The full file path to the local CSV file containing the data to be uploaded to the job. Required if Content is not specified. |
| Content | String | True | CSV data as an InputStream, used when the file content is not coming from a local path. This provides flexibility for programmatic uploads. |
Result Set Columns
| Name | Type | Description |
| Uploaded | String | Returns 'true' if the job data was successfully uploaded to Salesforce for processing. |