Mapper

[data/dictionary/Mapper]


Maps dictionary values to new values. External node(s) receive each value and send back a mapped value.


Keywords: map, project, values, key-value pairs, record, dictionary

Input ports

  • dict: {string: any}

  • mapped value: {string: any}[string]

    The current (by tag) value, mapped.

Output ports

  • mapped: {string: {string: any}[string]}

  • value: {string: any}[string]

  • key: string

Last updated