The Name and Address Scanner allows VeriMove to read floating data in non-parsed input. This means that you do not need to parse address data before processing it with VeriMove. Use the Name and Address Scanner to read floating data input if both of these conditions are true:
- Any of the fields in your records are in a non-parsed format
- You are using internal CASS processingNote: Do not use the Name and Address Scanner with parsed input fields.
The Name and Address Scanner starts with the assumption that the city, state, and ZIP Code will always be located in the last line of an address block. The Name and Address Scanner starts reading an address block at the bottom. As it reads the lines above the city, state, and ZIP Code line, the Name and Address Scanner evaluates the line to determine the type of data the line contains.
To use the Name and Address Scanner, use the Name/Address Scan Line fields (Name/Address Scan Line 1, Name/Address Scan Line 2, etc.) in your input definition. For more information, see Defining Input Fields.
For example, if your input contained the following records you would not need to use the Name and Address Scanner because the address components are in the same locations.
Record 1 | Record 2 | VeriMove Field Name | |
Field 1 | John Smith | Jane Doe | Personal Name Line - Primary |
Field 2 | Joe's Meat Market | Firm Name Line | |
Field 3 | 12 Main St | 52 Broadway Ave | Street Address Line - Primary |
Field 4 | Lisle | Lisle | City Name |
Field 5 | IL | IL | State Abbreviation |
Field 6 | 60532 | 60532 | ZIP Code |
In this example, you would use the Name and Address Scanner for fields 2 and 3. Since the name, city, state, and ZIP Code data is always in the same fields, you would not need to use the Name and Address Scanner for fields 4, 5, and 6.
Record 1 | Record 2 | VeriMove Field Name | |
Field 1 | John Smith | Jane Doe | Personal Name Line - Primary |
Field 2 | Joe's Meat Market | 52 Broadway Ave | Name/Address Scan Line 2 |
Field 3 | 12 Main St | Name/Address Scan Line 3 | |
Field 4 | Lisle | Lisle | City Name |
Field 5 | IL | IL | State Abbreviation |
Field 6 | 60532 | 60532 | ZIP Code |
In this example, you would use the Name and Address Scanner for all fields since name and address data varies in each field.
Record 1 | Record 2 | VeriMove Field Name | |
Field 1 | Joe's Meat Market | Jane Doe | Name/Address Scan Line 1 |
Field 2 | John Smith | 52 Broadway Ave | Name/Address Scan Line 2 |
Field 3 | 12 Main St | Lisle, IL 60532 | Name/Address Scan Line 3 |
Field 4 | Lisle | Name/Address Scan Line 4 | |
Field 5 | IL | Name/Address Scan Line 5 | |
Field 6 | 60532 | Name/Address Scan Line 6 |