Salesforce Analytics activities
- Overview of the Salesforce Analytics connector
The IBM Salesforce Analytics Connector is an add-on developed with the Cast Iron Connector development kit (CDK). - How to Install the Salesforce Analytics Connector
- Use case with CSV format data
Steps for the integration process for simple csv format is described below - Use case with XML format data
Steps for the integration process for XML data format is described below - Create Dataset Activity
This activity creates a dataset with a name ( EdgeMartAlias ) and the metadata for the object - Load Data Activity
This activity loads the file data to the dataset. The data can be passed in bulk or split in accordance with the Salesforce API limitation, where each chunk must contain less than 10,000 rows - Load Data Activity - Continued
- Update Dataset Activity
Use the 'Update Dataset' activity to indicate that the data file has been completely uploaded, and can be processed by the Analytics Cloud engine - Retrieve Dataset Activity
Use the 'Retrieve Dataset' activity to check the status of the data file processing. This activity will retrieve the Dataset of the Id specified in input - Example 1: How to Configure the Write XML Activity for XML Data
- Example 1: Continued