UploadJobDataV2
Uploads a CSV file as job data for processing within Salesforce bulk operations.
Input
| Name | Type | Description |
| ContentUrl | String | 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 | The full file path to the local CSV file containing the data to be uploaded to the job. Required if Content is not specified. |
Result Set Columns
| Name | Type | Description |
| Uploaded | String | Returns 'true' if the job data was successfully uploaded to Salesforce for processing. |