Phone Enrichment Attributes
Phone enrichment:
- Validates phone numbers.
- Standardizes valid phone numbers into international, local, and E.164 formats format.
- Provides the type, carrier, and region (if available).
Phone Enrichment Attributes
Tamr returns a number of phone enrichment attributes for each phone type:
| Phone Enrichment Attribute | Description |
|---|---|
| enriched_phone_valid | Whether this is a valid phone number (true/false). |
| enriched_phone_country_code | The country calling code. |
| enriched_phone_for_matching | Cleaned phone number. |
| enriched_phone_national_format | Phone number standardized to the national format. |
| enriched_phone_international_format | Phone number standardized to the international format, including country code. |
| enriched_phone_region | The region for the phone number. |
| enriched_phone_type | The phone number type
|
| enriched_phone_carrier | The original carrier of the phone number. Available for mobile numbers only. |
| enriched_phone_success | Returns false if the enricher encountered an error, otherwise true. |
| enriched_phone_e164_format | Phone number standardized to the E.164 format. |
Viewing Phone Enrichment Results in 360 Pages
The enriched phone is available on the 360 page, indicated with an Enriched
icon. Select the icon to view all phone enrichment attributes. You can also copy values from the enrichment popup window.

Including Phone Enrichment Results in Views
You can also choose to include these attributes in curator and publishing views. See Configuring Views for Curation and Publishing.
Updated about 1 hour ago