Fields
Map
A list of values to map from one value into the other valueComparator
The values are mapped only when it matches the configured comparator.Sample data
Mapping:| Input | Output |
|---|---|
| From | To |
| Yes | 1 |
| No | 0 |
| Si | 1 |
| Input into mapper | Output |
|---|---|
| Yes | 1 |
| No | 0 |
| Si | 1 |