Rule specification assets > Business rules and rule statements > Standardizing character case in advanced mode
  

Standardizing character case in advanced mode

To convert your input data to a consistent case format, write rule logic that changes the character case of the data values. For example, your organization might want to store data values in a specific case format to ensure consistency in the data values.
    1Open a rule specification in advanced mode.
    2Verify that the rule specification contains the inputs and outputs that you require.
    3 In the rule editor, type the output name.
    4Enter an operator value. For example, enter the = value to write a value for the data that satisfies the rule logic.
    5To change the character case to sentence case, select the convertToSentenceCase function in the operation.
    You can select the function from the suggestion list.
    6Type the name of an input that represents the column of data that the rule specification will search at run time.
The following example shows rule logic that contains a case convert operation:
Output = CONVERTCASE("convertToSentenceCase",Input)