Skip to main content

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.

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