Transform Data
Description
This activity changes one set of data values in the DataTable into other based on the mapping specifications.
Properties
Input
- Data Mappings – Data Mapping in JSON format.
Download Sample Mapping JSON
note
Searches the column name value in DataTable and compares its value with, compare with value; if it matches, then replaces it with, replace with value. Do the same for all the occurrences of the above combination.
- Data Table – Specify the DataTable object to perform the data transformation.
Misc
- DisplayName – Add a display name to your activity.
- Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.
Optional
- Continue On Error – Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (True, False). The default value is False.
Note: If this activity is included in Try Catch and the value of this property is True, no error is caught when the project is executed
Output
- Transformed Data Table – It displays the transformed DataTable.
Example
Download Example