Mapper
Last updated
Last updated
[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
dict: {string: any}
mapped value: {string: any}[string]
The current (by tag) value, mapped.
mapped: {string: {string: any}[string]}
value: {string: any}[string]
key: string