Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Define Robust Transform Engine operations

Define the operations the Robust Transform Engine (RTE) should perform.

Before you begin

Role required: import_transformer

About this task

You should always perform operations on only one entry. Select all source and target fields from the same entity.

Procedure

  1. Navigate to All > System Import Sets > Administration > ETL Definitions.

  2. Select an ETL definition.

  3. On the ETL Entities tab, select an ETL entity.

  4. On the RTE Entity Operations tab, click New.

  5. Select the kind of operation you want to create.

  6. Complete the form.

    FieldDescription
    NameName of the operation.
    Source FieldInput ETL field for the operation if the operation takes a single input.
    Target FieldOutput ETL field for the operation if the operation takes a single output.
    Source FieldsInput ETL fields for the operation if the operation takes multiple inputs.
    Target FieldsOutput ETL fields for the operation if the operation takes multiple outputs.
    Operation GroupOptional name to group related operations.
    Overwrite Existing ValueIf true, overwrites an existing non-empty value in the target fields.
    Optional Joining StringOptional string to join values on.
    Decimal PlacesOptional number of decimal places to force output value to.
    Remainder Target FieldOptional second target field to write the trimmed remainder of the source string after the first numeric value is removed.
    Glide Matching FieldsComma-delimited list of column names to use for lookup in the target table.
    Target TableTable to perform a lookup on.
    Glide Target FieldsComma-delimited list of columns to return from the target table.
    Match Regular ExpressionMatching regular expression for replace operations.
    Replacement Regular ExpressionReplacement string.
    Use Unique Input SetsIf true, the operation processes only the unique set of inputs to the operation. Otherwise, the operation processes every record individually.
    Literal Set ValueString value to set to target.
    Splitting StringString to split the input value on.
    Date FormatDate/time format expressed in simple Java format.
    OrderOrder in which the operation runs on the entity.
    ScriptScript that runs as part of the operation.
    Is ConditionalSpecifies whether to apply the operation if the specified conditions are met.
    Conditional FieldsFields to use in the condition.
    Conditional ScriptCondition specified as a string. For an example of a conditional script, see Temporary entity model.
    ApplicationApplication scope for this record.
    Operation TypeOperation type for this operation.
    EntityEntity this operation applies to.
    DefinitionSelected ETL entity definition that this entity and operation belong to.
  7. Click Submit.