/
UpperCaseAttributeResolver
UpperCaseAttributeResolver
Overview
Identified by type="UpperCase"
, this AttributeResolver converts the values of an attribute into upper case, either replacing its values, or generating a new attribute.
To use this plugin, the plugins.so shared library must be loaded via the <
OutOfProcess
>
element's <Library>
element.
Reference
Attributes
Name | Type | Req? | Description |
---|---|---|---|
source | string | Y | Identifies the attribute ID of the input attribute(s) to process. All attributes with an ID that matches the value will be evaluated. |
dest | string | Used as the ID of the attribute created by the plugin. If not set, the original attribute's values will be converted in-place, if and only if the original attribute was a "simple" string-valued attribute. Other attribute types with more complex values cannot be transformed in-place. |
Example
<AttributeResolver type="UpperCase" source="displayName" dest="UpCaseDisplayName"/>
, multiple selections available,
Related content
AttributeResolver
AttributeResolver
More like this
AttributeFilter
AttributeFilter
Read with this
LowerCaseAttributeResolver
LowerCaseAttributeResolver
More like this
TransformAttributeResolver
TransformAttributeResolver
More like this
RegexSplitAttributeDefinition
RegexSplitAttributeDefinition
More like this
TemplateAttributeResolver
TemplateAttributeResolver
More like this