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"
}