ToUpperValve (deprecated)

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

Requirements