Make Lower Case Filter dialog box

This filter converts the input string to lower case.

Option Description
Field name Enter the field name of the FRTN generated by the filter.
Input Enter a string to be converted to lower 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 lower case.

The example of the filter usage:

Input: lOwEr CaSe

The generated RRT will be replaced with: lower case.