Convert Phone Numbers Scoring

Key

Description

CPN_PN_NULL

A scoring flag indicating that the value of the input property "phoneNumber" is empty.

CPN_AC_NULL

A scoring flag indicating that the value of the input property "areaCode" is empty.

CPN_PN_UNKNOWN

A scoring flag indicating that the phone number is unknown (could not be found in the indexed table).

CPN_PN_NONSENSE

A scoring flag indicating that the input property "phoneNumber" contains data other than a phone number.

CPN_AC_NONSENSE

A scoring flag indicating that the input property "areaCode" contains data other than an area code.

CPN_PN_LENGTH

A scoring flag indicating that the input phone number (a combination of the area code and phone number) is in the indexed table but the length of the rest of the input is different than required for the conversion (the required length is defined by the mask length in the indexed table).

CPN_PN_NEW_FORMAT

A scoring flag indicating that the input phone number is already in the new format.

CPN_PN_CONVERTED

A scoring flag indicating that the input phone number was transformed to the new format.


iWay Software