StringCaseChanger
Changes the case of text attributes to UPPERCASE, lowercase, Title case, or Full Title Case.
Parameters
After connecting the StringCaseChanger in your workspace, specify whether to change the case of all available attributes, or a subset of attributes that you select.
If Change is Selected Attributes, click the Browse button. Use the checklist to choose which attributes to change, and then click the OK button.
- UPPERCASE changes attributes to uppercase characters.
- lowercase changes attributes to lowercase characters.
- Title case changes the first character in the string to its Unicode title case variant (or to uppercase if there is no title case variant) and the rest of the string lowercase.
- Full Title Case converts the first letter of each word, rather than just the first letter in the string. Full Title Case will ignore parentheses if they start the string or follow whitespace, and will treat hyphens (-) and underscores (_) as whitespace characters.
Usage Notes
Use the BulkAttributeRenamer to change the case of the attribute names, rather than the values of the attributes.
Editing Transformer Parameters
Using a set of menu options, transformer parameters can be assigned by referencing other elements in the workspace. More advanced functions, such as an advanced editor and an arithmetic editor, are also available in some transformers. To access a menu of these options, click beside the applicable parameter. For more information, see Transformer Parameter Menu Options.
Transformer Categories
Transformer History
This transformer replaces the CaseChanger.
Search FME Knowledge Center
Search for samples and information about this transformer on the FME Knowledge Center.
Tags Keywords: CaseChanger