JSONPath splitter

JSONPath splitter

The JSONPath splitter is a service which can split JSON content into multiple parts based on a JSONPath expression. The results of the service are multiple output messages with the result of the JSONPath split of the configured MessagePart. The type of the input MessagePart has to be String or Document. The type of the resulting MessagePart depends on the input format.

In the table below, you will find an explanation of these properties. All attributes with a ‘*’ are mandatory.

Attribute

Description

Name*

By default, we fill this out with the technical ‘tag’, followed by a serial number. Changing the name is optional.

Enabled

Set this value to true, if you want this service to be enabled.

JSONPath Expression*

Expression to use to split the JSON. Should result in a set of separate JSON documents.

MessagePart

Name of the MessagePart in a ConnectMessage where the content of the file is being stored.

Description

Description of the specific service. This is for documentation purposes.