Filter
Overview
The Filter component filters the data transferred to this component based on the specified expression and transfers the filtering result to the subsequent steps through the system data body. Generally, the Filter component is used as the subsequent step of the Splitter component.
Configuration
|
Parameter |
Description |
|---|---|
|
Expression Type |
The value can be JSONPath, XPath, or Simple Expression. Select an expression type based on the data structure. For details, see Data Reference. |
|
Expression |
Specify the expression for filtering data. Data that matches the expression will be filtered and transferred to subsequent steps. For example, specify [?(@.name=="user_01")] of the JSONPath type. |
If no data matches the filtering expression, subsequent nodes of the Filter node will not be executed.
Last Article: Splitter
Next Article: Message Logger
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.