Phone (USPhoneNumberGenerator)
The Phone generator generates a random telephone number that matches the country or region of the input telephone number while maintaining the format.
Link object structure
The Phone generator does not support linking. It can be made self-consistent, but not consistent with another column. You cannot configure differential privacy.
The metadata
object is populated from the PhoneNumberMetadata
object, which includes a setting to indicate whether to replace invalid telephone numbers with valid telephone numbers.
Example replacement
In the following replacement for the Phone generator, invalid phone numbers are replaced. Consistency is disabled.
Last updated