Make Upper Case Filter dialog box

This filter converts the input string to upper case.

Option Description
Field name Enter the field name of the FRTN generated by the filter.
Input Enter a string to be converted to upper case. Commonly, RRT is used in this text box.
Fail job if input/output is invalid If this check box is selected, the component will reject the current job if either the input string or filter's result is empty.

Result RRT:

~DFT::%field name%~ is replaced with the string converted to upper case.

The example of the filter usage:

Input: UpPeR CaSe

The generated RRT will be replaced with: UPPER CASE.