Using the Load Data activity
This activity loads the file data to the dataset. The data can be passed in bulk or can be split according to Salesforce rules for this API, where each chunk must be less than 10MB.
About this task
Procedure
- Mandatory Fields : – InsightsExternalDataId (the Id you received from Create Dataset)
- DataFile (file data encoded using the Base64 Encode function)
- Optional Fields : – PartNumber (if you are passing the complete file, do not set this value and the connector will split the data for you; if you are passing chunks of data, you must increment this value for each chunk)
Results
You must check the result code to ensure that the activity was successful
.