11 - 16 DS457-XX20004ZZWW Fixed Mount Imager Integration Guide
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
Alpha or Digit (3)
The data validator requires an alphanumeric character in this position to validate the incoming data.
Template Valid data Valid data Invalid data
33333 12ABC WXY34 12AB<
1
2
3