NextGen Knowledge Center

Source Map

This map is isolated to the current message as it processes through a channel. Unlike the channel map however, this one is read only. The Source Connector or an upstream process can inject source map variables. For example, the File Reader will automatically inject the "originalFilename" variable

  • Get source map value:
    • var value = sourceMap.get('key');
    • var value = $s('key');