Skip to main content
Dictionary Map The Dictionary Map mapper converts input from one value into another. For example, the value “1” into “One”, “Yes” into “Si”, etc.

Fields

Map

A list of values to map from one value into the other value

Comparator

The values are mapped only when it matches the configured comparator.

Sample data

Mapping:
InputOutput
FromTo
Yes1
No0
Si1
Result:
Input into mapperOutput
Yes1
No0
Si1