NextGen Knowledge Center

Mapper Transformer Step

This step extracts data from a field in the message (or an expression) and places it into one of the available Variable Maps. Depending on the scope of the map, this variable will be available in subsequent steps, in the destination connector properties, or even in subsequent connectors.

Item NameDescription
VariableThe variable name / key to use when inserting into the map. The Add to drop-down menu to the right determines which map to place the variable in. For additional information, see Variable Maps.
MappingThe value to place into the map. This may be a field from the message, or any JavaScript expression.
Default ValueIf the Mapping is not found or evaluates to an empty string, this value / expression will be used instead.
String Replacement

This table allows you to perform replacements on the value before it gets inserted into the map.

  • Regular Expression: A Java-style regular expression to test against the value. This will implicitly set the global regex flag.
  • Replace With: The value to replace any matched regions with.