copy map to source tree()

This function can be used to fill a specialised node in the source structure with data from a map.

Depending on your chosen parameters, you have to create different nodes structures → See examples in section Source structure menu (→ special section).

Parameters


Parameter

Description

a

Name of the map.

b

Name of the subnode (below the specialised node) to be filled with the data of the map.

c

(optional) true to empty the subnode beforehand. Default: false.

d

(optional) If the values in the map contain several values to be split, the separator for the splitting can be defined here.

e

(optional) The copy behaviour. Default: copy by name. Note: Use the three dots to select a value.

  • copy by name: The field names below the subnode must be key names from the map, which then receive the values of the respective key-value pair. Exactly one node is created.

  • copy as sequence: The key-value pairs are read out. This creates multiple nodes.