Uppercase
Filter plugin : Uppercaseâ
- Author: InterestingLab
- Homepage: https://interestinglab.github.io/seatunnel-docs
- Version: 1.0.0
Descriptionâ
Uppercase specified field.
Optionsâ
name | type | required | default value |
---|---|---|---|
source_field | string | no | raw_message |
target_field | string | no | uppercased |
source_field [string]â
Source field, default is raw_message
target_field [string]â
New field name, default is uppercased
Exampleâ
uppercase {
source_field = "username"
target_field = "username_uppercased"
}