Phone number statistics - 7.3

Talend Open Studio User Guide

Version
7.3
Language
English
Product
Talend Open Studio for Big Data
Talend Open Studio for Data Integration
Talend Open Studio for Data Quality
Talend Open Studio for ESB
Module
Talend Studio
Content
Design and Development
Last publication date
2023-10-11
Available in...

Open Studio for Data Quality

Indicators in this group count phone numbers. They return the count for each phone number format. They validate the phone formats using the org.talend.libraries.google.libphonumber library.

  • Valid phone number count: computes the valid phone numbers.
  • Possible phone number count: computes the supposed valid phone numbers.
  • Valid region code number count: computes phone numbers with valid region code.
  • Invalid region code count. computes phone numbers with invalid region code.
  • Valid phone number for region count: computes the phone numbers that are recognized as valid for a certain region.
  • Well formed national phone number count: computes well formatted national phone numbers.
  • Well formed international phone number count: computes the international phone numbers that respect the international phone format (phone numbers that start with the country code) .
  • Well formed E164 phone number count: computes the international phone numbers that respect the international phone format ( maximum of fifteen digits written with a + prefix.
  • Format Phone Number Frequency: shows the results of the phone number count in a pie chart divided into sectors.

The following table shows the indicators that you can select in any database:

Data type Number Text Date Others
Analysis engine type Java SQL Java SQL Java SQL Java SQL
Valid Phone Number Count 1
Valid Region Code Count
Invalid Region Code Count
Valid Phone Number for Region Count 1
Possible Phone Number Count
Well Formed International Phone Number Count
Well Formed National Phone Number Count
Well Formed E164 Phone Number Count
Format Phone Number Frequency
1 As Valid Phone Number for Region Count was added from 7.3 onwards, when you run a Job created in a previous version, the results in Valid Phone Number Count may be different than the previous versions.

The input data can be the same as Valid Phone Number Count but the results are different. For example: A phone number is valid, true returned in Valid Phone Number Count, but the country code is wrong, false returned in Valid Phone Number for Region Count.