Open Name Parser Report

The Open Name Parser provides summary statistics about the job, such as the total number of input records and the total number of records that contained no name data, as well as several parsing statistics.

General Results

INPUT_RECORDS
The number of records in the input.
NO_NAME_DATA_RECORDS
The number of records in the input that do not contain name data to be parsed.
NAMES_PARSED_OUT
The number of names in the input which were parsed.
LOWEST_NAME_PARSING_SCORE
The lowest parsing score given to any name in the input.
HIGHEST_NAME_PARSING_SCORE
The highest parsing score given to any name in the input.
AVERAGE_NAME_PARSING_SCORE
The average parsing score given among all parsed names in the input.

Personal Name Parsing Results

PERSONAL_NAME_RECORDS
The number of personal names in the input.
CONJOINED_NAMES_PARSED
The number of parsed names from records that contained conjoined names.

For example, if your input had five records with two conjoined names, and seven records with three conjoined names, this counter value for this field is 31, according to the equation: (5 x 2) + (7 x 3).

TWO_CONJOINED_NAMES_RECORDS
The number of input records containing two conjoined names.
THREE_CONJOINED_NAMES_RECORDS
The number of input records containing three conjoined names.
TITLE_OF_RESPECT_NAMES
The number of parsed names containing a title of respect.
MATURITY_SUFFIX_NAMES
The number of parsed names containing a maturity suffix.
GENERAL_SUFFIX_NAMES
The number of parsed names containing a general suffix.
ACCOUNT_DESCRIPTION_PERSONAL_NAMES
The number of parsed names containing an account description.
TOTAL_REVERSE_ORDER_NAMES
The number of parsed names in the reverse order, resulting in the output field IsReverseOrder as "True".

Business Name Parsing Results

BUSINESS_NAME_RECORDS
The number of input records containing business names.
FIRM_SUFFIX_NAMES
The number of parsed names containing a firm suffix.
ACCOUNT_DESCRIPTION_BUSINESS_NAMES
The number of input records containing an account description.
TOTAL_DBA_RECORDS
The number of input records containing Doing Business As (DBA) conjunctions, resulting in both output fields isPersonal and isFirm as "True".
TOTAL_PARSED

The total number of names parsed.

TOTAL_NAME_PARSING_SCORE
The total parsing score of all names.