| Class | Description |
|---|---|
| ConditionalCopyValueTransform |
Replace the value in a specified column with a new value taken from another column, if a condition is satisfied/true.
Note that the condition can be any generic condition, including on other column(s), different to the column that will be modified if the condition is satisfied/true. |
| ConditionalReplaceValueTransform |
Replace the value in a specified column with a new value, if a condition is satisfied/true.
Note that the condition can be any generic condition, including on other column(s), different to the column that will be modified if the condition is satisfied/true. |
| ConditionalReplaceValueTransformWithDefault |
Replace the value in a specified column with a 'yes' value, if a condition is satisfied/true.
Replace the value of this same column with a 'no' value otherwise. |
Copyright © 2020. All rights reserved.