"NL" into "Netherlands", or a status flag "1" into "active". The list is checked from top to bottom and the first match wins; a value that matches nothing is passed through unchanged.
Fields
Sample data
Input:
Converts input from one value into another using a lookup dictionary. For example, the value “1” into “One”, “Yes” into “Si”, etc.
"NL" into "Netherlands", or a status flag "1" into "active". The list is checked from top to bottom and the first match wins; a value that matches nothing is passed through unchanged.