forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
8.5 KiB
8.5 KiB
Filter Rows
Overview
This Filter Rows operator filters rows that contain triggering conditions by configuring logic conditions.
Input and Output
- Input: fields used to create filter conditions
- Output: none
Parameter Description
Parameter |
Description |
Type |
Mandatory |
Default Value |
---|---|---|---|---|
Condition logic connector |
Condition logic connector. The options include AND and OR. |
enum |
Yes |
AND |
Conditions |
Filter condition information:
|
map |
Yes |
None |
Data Processing Rule
- When the condition logic is AND, if no filtering condition is added, all data becomes dirty data; if the original data meets all the added filtering conditions, the current line becomes dirty data.
- When the condition logic is OR, if no filter condition is added, all data becomes dirty data; if the original data meets any of the added filter conditions, the current line becomes dirty data.
Parent topic: Conversion Operators