Field Positions in Non-Parsed Input

In non-parsed input, field position is determined by the column number in which the line begins. For example, in the parsed example above, the range begins in column 70, the street name begins on column 80, etc. In the non-parsed example below, all components specific to the name begin in column one and the entire address line begins in column 50. Notice that the non-parsed example does not separate the title from the first name.

1 10 20 30 40 50 60 70 80 90
Ms Jane Kay Jones Smith ESQ

Mr David Lee Johns III

Jill Kohl

1212 Main St

142 Ray St

143 Main St

If your records use non-parsed fields, assign VeriMove field names that have "line" in the name. For example, in the previous non-parsed example, assign the field named "Name/Address Scan Line 1" to the field that begins in position 1. Assign the field named "Name/Address Scan Line 2" to the field that begins in position of 50.

The following is another example of starting positions.