create json from node(a,b,c,d,e,f,g,h,i)


This function calls the ExtendedJsonCreationUnit - please refer to the documentation of this Integration Unit.

Parameter Description


Parameter

Description

start node

See parameter with same name in ExtendedJsonCreationUnit.

Use description as field/node name

See parameter with same name in ExtendedJsonCreationUnit.

Write values type safe

Siehe gleichnamiger Parameter in ExtendedJsonCreationUnit.

Write top level nodes as objects

See parameter with same name in ExtendedJsonCreationUnit.

Resolve OData names

See parameter with same name in ExtendedJsonCreationUnit.

Escape < and >

See parameter with same name in ExtendedJsonCreationUnit.

Pretty print

See parameter with same name in ExtendedJsonCreationUnit.

Write empty fields not as null

See parameter with same name in ExtendedJsonCreationUnit.

Use last node value only

I f the generated target tree, from which the JSON file is to be created, contains nodes that are iterated multiple times (i.e. with a path), then the values from previous iterations are not used when creating the JSON file if the parameter is set to true. Otherwise, the values of previous iterations will be used as well. Default: false.