Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

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

sourcestringYIdentifies the attribute ID of the input attribute(s) to process. All attributes with an ID that matches the value will be evaluated.
deststring
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"/>
  • No labels