Loading
CRM Analytics
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          export Transformation

          export Transformation

          The export transformation creates a data file and a schema file from data in a specified source node in your dataflow. After the dataflow runs, Einstein Discovery users can access these files through the public API.

          Note
          Note The export transformation is available in Salesforce orgs that have Einstein Discovery enabled.

          When you add an export transformation to a dataflow, you specify a source and a target parameter. The source is the node in the dataflow that outputs the data you want to export, and the target is Einstein Discovery. You also specify a user, which determines who can access the data in Einstein Discovery. If the source is a dataset configured with a security predicate, CRM Analytics applies the predicate based on the specified user. For example, if the security predicate allows the user to access only dataset records that they own, then only those dataset records are exported to Einstein Discovery.

          Example
          Example

          Here’s an example. Let’s say your dataflow contains an sfdcDigest node, ExtractOpportunities, which extracts all fields from the Opportunity object. To make this data available in Einstein Discovery, add an export node to the dataflow, specifying the source node and a target of EinsteinDiscovery.

          export Node in Dataflow Editor export Node in Dataflow JSON
          export node in dataflow builder
          "ExportOpportunities": {
              "action": "export",
              "parameters": {
                "source": "ExtractOpportunities",
                "target": "EinsteinDiscovery",
                "userId": "005R0000000IUNDIA4"
              }
            }
          Note
          Note When you add an export node in the dataflow editor, you can search for the user by name in the User field.
          Note
          Note Multivalue dimensions, for example, those used in multi-select picklists, are not included in the export file.
          • export Parameters
            Add an export transformation to a dataflow either in the dataflow editor, or directly in the JSON dataflow definition file. The parameters you specify are the same for both methods.
           
          Loading
          Salesforce Help | Article