Standardize Phone Number transform Icon Standardize Phone Number

Description

The Standardize Phone Number transform normalizes phone numbers in a standardized and consistent manner.

The transform uses Google libphonenumber library.

Supported Engines

Hop Engine

Supported

Spark

Maybe Supported

Flink

Maybe Supported

Dataflow

Maybe Supported

Options

Option Description

Transform name

Name of the transform.

Input field

The field holding the phone numbers from the input data.

Output field

Leave this field empty if you want to update the input field in stream. Otherwise a new field (string) will be added to the output data.

Country field

The field holding the country code from the input data. The country code is required to be in the ISO alpha-2.

DefaultCountry

The default country code to use if input data from country field is empty or invalid

Format

The format to be used to standardize the phone numbers. The available options are: * E164 (default) * INTERNATIONAL * NATIONAL * RFC3966

Number type

The result field indicates the type of a processed phone number, such as fixed line, mobile…​

Is valid

The result field indicates whether a phone number is supposed to be valid

If the original phone number already has an international area code, this transform will not normalize it to another country even if the international area code is different from the country input’s international area code.