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
          augment Parameters

          augment Parameters

          When you define an augment transformation, you set the action attribute to augment and specify the parameters.

          The following table describes the input parameters.

          Parameter Required? Value
          operation No

          Indicates what the transformation does if it matches multiple rows in the right dataset with a row in the left. Valid values:

          • LookupSingleValue. Returns values from one of the matched rows. If you don’t specify the operation parameter, the transformation uses this operation.
          • LookupMultiValue. Returns values from all matched rows.

          For more information about each operation, see Special Cases for Matching Records with the augment Transformation.

          left Yes Node in the dataflow definition file that identifies the left dataset. This is one of two input sources for this transformation.
          left_key Yes

          Key column in the left dataset used to augment the dataset. If you use a composite key, the left and right keys must have the same number of columns in the same order. For a composite key, use the following syntax:

          [ "Key Column1", "Key Column2", …, "Key ColumnN" ]

          The left or right key can’t be a multivalue field. A key must be a dimension.

          right Yes Node in the dataflow definition file that identifies the right dataset. This is one of two input sources for this transformation.
          relationship Yes Relationship between the left and right dataset. The dataflow adds the relationship to the beginning of the right column names in the output dataset to make the column names unique and descriptive. Can contain only letters, numbers, dots, underscores, and dashes.
          right_select Yes An array of column names from the right dataset that you want to include in the output dataset. The dataflow adds the relationship as a prefix to the column name to determine the name of the right column in the output dataset.
          right_key Yes

          Key column in the right dataset used to augment the dataset. If you use a composite key, the left and right keys must have the same number of columns in the same order.

          The left or right key can’t be a multivalue field. A key must be a dimension.

           
          Loading
          Salesforce Help | Article