Dictionary Map The Dictionary Map mapper converts input from one value into another. For example, the value “1” into “One”, “Yes” into “Si”, etc.Documentation Index
Fetch the complete documentation index at: https://docs.alumio.com/llms.txt
Use this file to discover all available pages before exploring further.
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 |