Mapping Table

This step maps values to other values.

You have an Input of any DataSource.

Then you create a mapping table. This table consist of the key (the input value) and the value (the output value). When the input matches the key the output will be the value. When the input doesn't match any key the output will either the Input or if set the Default Value.