Name Parsing Output Layout & Data Definitions
Below is a sample layout for Name Parsing. Because this service is customized for individual needs, consider this a guideline for the output information.
Field: name of the field. Type: field type; Chr = character or alphanumeric, Num = numeric. Width: field width. Dec: number of decimal points. From: field starting point. To: field ending point. Description: data definition of the field contents.
| Field | Type | Width | Dec | From | To | Description |
|---|---|---|---|---|---|---|
| PEACOCK_ID | Chr | 10 | 1 | 10 | Unique ID number assigned to each record - used for support | |
| NAME_PRE | Chr | 20 | 11 | 30 | Name prefix or title (Mr, Mrs, Ms, etc.) | |
| NAME_FIRST | Chr | 30 | 31 | 60 | First name | |
| NAME_MID | Chr | 30 | 61 | 90 | Middle name or initial | |
| NAME_LAST | Chr | 30 | 91 | 120 | Last name | |
| NAME_SUF | Chr | 10 | 121 | 130 | Name suffix (Jr, Sr, MD, etc.) | |
| NAME_REM | Chr | 50 | 131 | 180 | Name remainder (spouse name, etc.) | |
| NAME_COMP | Chr | 50 | 181 | 230 | Company or organization name |
NOTICE: Layouts and content are subject to change—we are always working to improve our services.

