You have to provide XML document for optional BulkJobInfo parameter. We have provided link to the Salesforce Destination documentation page for the format. Here is the documentation link: ...
When using Salesforce destination component, the timezone will not be added if the input time doesn't have any time zone indicator. To add the timezone there are 2 solutions: 1) Append the timezone offset prior to sending the data to Salesforce. ...
Uploaded files are located in the Attachment object. Use the standard "Import Column" transformation to import file content into the Body field. Check also the demo video called "Upload Attachments" located here.
The component's Error Output is used for providing both error information and the processed record identifier. Check the ErrorCode column: ErrorCode Description -1 Not an error record. >0 Error record. Check the ErrorDescription column for more ...
The destination object is available in the data flow properties list. Follow these steps to set up an expression: Create a variable that can be loaded with the desired name of the destination object. Right-click on data flow canvas and select ...