Configure Transforms¶
Transforms enable you to apply transformations to the data before processing. The types of transforms available depend on the data type for the field.
Before You Begin
Edit the template you want to work with. Refer to Edit a Template.
To configure a transform¶
- Click the field for which you want to configure a transform.
-
From the Transform dropdown menu, select the type of transform to apply. The available transforms depend on the data type:
-
Join Transform:
Joins multiple fields into one.
!!! example CombineFirstNameandLastNamewith a separator '-' to assign the resulting value to the current field. -
Arithmetic Transform:
Performs mathematical operations on numeric fields.
!!! example SubtractPointsfromPriceto calculateTotal. -
Date Transform:
Converts a date from one format to another.
!!! example Change a date fromMM/DD/YYtoYYYY-MM-DDTHH:MM:ss.SSSZ. -
Mapping Transform:
Maps values from one Boolean field to another based on predefined rules.
!!! example MapStatusvalues like1toActiveand0toInactive.
Figure 4. Mapping transform of type string

Figure 5. Mapping transform of type Boolean
-
-
Click Submit on the transform dialog box.
- Click Save in the upper right corner.
- Confirm the transform is displayed correctly in the
Transform Expressionproperty of the field.

Figure 6. Transform Expression.
Note
For Date transform, no additional configuration is required beyond
selecting the transform type. The format conversion is automatically handled
based on the field's Format property.
To remove a transform¶
- Click the transform drop-down list to expand it.
- Click the unwanted transform. The transform is removed.


