OCR Programming
260
Require and Suppress (0)
It is required that any character in this position, including space or reject, is suppressed from the output.
Template Incoming data Output
990AA 12QAB 12AB
Optional Alphanumeric (1)
When this option appears in the template string, the data validator accepts an alphanumeric character if present.
Optional characters are not allowed as the first character(s) in a field of like characters.
Template Valid data Valid data Invalid data
99991 1234A 12345 1234<
Optional Alpha (2)
When this option appears in the template string, the data validator accepts an alpha character if present. Optional
characters are not allowed as the first character(s) in a field of like characters.
Template Valid data Valid data Invalid data
AAAA2 ABCDE WXYZ ABCD6
0
1
2