JSONPath filter
JSONPath filter
The JSONPath filter service can filter a message using a JSONPath expression. A filter returns a boolean value. Based on this value and the inverse value, the message is either passed through or sent to the discard flow.
This filter can be used as a simple router service.
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 execute on the message, on which filtering will be performed. |
Discard Flow |
Reference to a flow for messages, for which the strategy filter returns false. |
Inverse |
Switch to invert strategy result. |
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. |