International Address (InternationalAddressGenerator)

The International Address generator can generator the following international address values:

  • For Canadian addresses:

    • Street name

    • Postal code

  • For United Kingdom (UK) addresses:

    • City

    • County

    • District

    • Country

    • Postal code

The International Address generator can be self-consistent. You cannot configure differential privacy. It cannot be linked to other columns.

The metadata object is populated from InternationalAddressMetadataarrow-up-right.

For the International Address generator, you specify the country and the type of address value that is in the source column.

{
  "presetId": "string",
  "generatorId": "InternationalAddressGenerator",
  "schema": "string",
  "table": "string",
  "column": "string",
  "path": "string",  //JSON fields only
  "dataType": "string",  //MongoDB, Amazon DynamoDB, and JSON fields only
  "metadata": {
    "internationalAddressCountry": "Canada",
    "internationalAddressComponent": "enum",
    "addressComponentFallback": "string",
    "isConsistent": boolean
  },
  "encryptionProcessor": "x-on", //To use configured Tonic data encryption
  "customValueProcessor": "string" //If custom value processor applied
}

Example replacement

The following example replacement shows a column that is assigned the built-in generator preset for the International Address generator.

The column contains a Canadian postal code.

The fallback value is K1A.

Consistency is disabled.

Last updated

Was this helpful?