The Case Processor is used to transform attributes into various casings (UPPERCASE, lowercase, Title Case).
Param name | Mandatory | Description | Possible Value |
---|---|---|---|
key | Yes | Name of the attribute we will be modifying. | Not null. |
case | Yes | Case we will transform to (UPPERCASE, lowercase, Title Case). | U, L, T. |
Example XML:
<CaseProcessor>
<CaseItems>
<CaseItem key="cue_title" case="T" />
</CaseItems>
</CaseProcessor>