UploadJobDataV2
Upload the CSV file to Salesforce.
Input
| Name | Type | Accepts Input Streams | Description |
| ContentUrl | String | False | The URL to use for 'Upload Job Data' requests for this job. Only valid if the job is in Open state. |
| CSVFilePath | String | False | Specifies the path of your CSV File. |
| Content | String | True | The CSV file content as an InputStream. Only used if CSVFilePath is empty. |
Result Set Columns
| Name | Type | Description |
| Uploaded | String | Indicates that the job data was successfully received by Salesforce. |