Drop
Filter plugin : Dropâ
- Author: InterestingLab
- Homepage: https://interestinglab.github.io/seatunnel-docs
- Version: 1.0.0
Descriptionâ
Drop Rows that match the condition
Optionsâ
name | type | required | default value |
---|---|---|---|
condition | string | yes | - |
condition [string]â
Conditional expression, Rows that match this conditional expression will be dropped. Expressions in where clause of sql language can be used, such as name = 'grayelephant'
, status = 200 AND resp_time > 100
Examplesâ
drop {
condition = "status = '200'"
}
Rows will be dropped if status is 200