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


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

Parameter Description


Parameter

Description

start at node

See parameter with same name in JsonCreationUnit.

Use description as field/node name

See parameter with same name in JsonCreationUnit.

Force array creation for nodes with max > 1

See parameter with same name in JsonCreationUnit.

Use transparent nodes

See parameter with same name in JsonCreationUnit.

Write values type safe

See parameter with same name in JsonCreationUnit.

Write top level nodes as objects

See parameter with same name in JsonCreationUnit.

Resolve OData names

See parameter with same name in JsonCreationUnit.

Escape < and >

See parameter with same name in JsonCreationUnit.

Pretty print

See parameter with same name in JsonCreationUnit.

Write empty/null field values

See parameter with same name in JsonCreationUnit.

Write empty fields not as null

See parameter with same name in JsonCreationUnit.

Use last node value only

If 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.