PropertyToUpperValve
Convert string property to upper case.
Valve operates on the Current Item Set and will process all Items surviving the common item filtering rules.
Properties
Example Configuration
{
"name": "PropertyToUpperValve",
"config": {
"source":"{{request.username}}",
"dest":"username"
}
}
Requirements
item set must have at least one entry.