Parsing Rule Example
Parsing Rule Example
View content for :
Platform:

Parsing Rule Example

Follow the sequence to examine how a parsing rule is created.
Choose the parameters in sequence to program the scanner to extract and transmit:
  • first, middle, and last names
  • mailing address line 1
  • mailing address line 2
  • mailing address city
  • mailing address state
  • mailing address postal code
  • date of birth
Then, scan a driver’s license barcode.
This example applies to RS-232. To use this example with a USB interface, enable USB Function Key Mapping to send the Enter key properly.
1 - Embedded Driver’s License Parsing
2 - Begin New Driver’s License Parse Rule
3 - First Name
4 - Send Space
5 - Middle Name / Initial
6 - Send Space
7 - Last Name
8 - Send Enter Key
9 - Mailing Address Line 1
10 - Send Space
11 - Mailing Address Line 2
12 - Send Enter Key
13 - Mailing Address City
14 - Send Space
15 - Mailing Address State
16 - Send Space
17 - Mailing Address Postal Code
18 - Send Enter Key
19 - Birth Date
20 - Send Enter Key
21 - Save Driver’s Licence Parse Rule