create json from node()

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

Parameters


Parameter

Parameter name

Description

a

Start node

See parameter with same name in ExtendedJsonCreationUnit.

b

Use description as field/node name

See parameter with same name in ExtendedJsonCreationUnit.

c

Write values type safe

See parameter with same name in ExtendedJsonCreationUnit.

d

Resolve OData names

See parameter with same name in ExtendedJsonCreationUnit.

e

Escape < and >

See parameter with same name in ExtendedJsonCreationUnit.

f

Pretty print

See parameter with same name in ExtendedJsonCreationUnit.

g

Write empty/null field values

See parameter with same name in ExtendedJsonCreationUnit.

h

Write empty fields not as null

See parameter with same name in ExtendedJsonCreationUnit.

i

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

j

Enable '_name' field handling

See parameter with same name in ExtendedJsonCreationUnit.

k

Write top level node as anonymous element

See parameter with same name in ExtendedJsonCreationUnit.

l

Decode unicode values

See parameter with same name in ExtendedJsonCreationUnit.

m

Write nodes without children

See parameter with same name in ExtendedJsonCreationUnit.