ToUpperValve
Warning
This valve is deprecated - it is recommended to avoid usage of this valve.
Note
Convert string property to upper case.
Properties
Name | Description | Default value | Mandatory | Supports property expansion |
---|---|---|---|---|
name | The name of the property to convert. | Yes | No |
Example Configuration
{
"name": "ToUpperValve",
"enabled": "true",
"config": {
"name": "givenName"
}
}