Address attribute generators
UbsCityGenerator
- Description
-
Generates a city name based on the specified seed value. The country parameter specifies the country/region of origin ('DE', 'CH', 'AT', 'NL'). Only a single country value can be specified (e.g. 'DE'). This generator requires the lookup tables to be installed.
- Script Language
-
GROOVY
- Parameters
| Display name | Description | Variable name | Data type | Default value |
|---|---|---|---|---|
Seed |
Column that is used to calculate the hash. |
seed |
STRING |
- |
Country |
Specifies the origin of the city. |
country |
STRING |
- |
UbsLatitudeGenerator
- Description
-
Generates the latitude of geographic coordinates based on the specified seed value. The country parameter specifies the country/region of origin ('DE', 'CH', 'AT', 'NL'). Only a single country value can be specified (e.g. 'DE'). This generator requires the lookup tables to be installed.
- Script Language
-
GROOVY
- Parameters
| Display name | Description | Variable name | Data type | Default value |
|---|---|---|---|---|
Seed |
Column that is used to calculate the hash. |
seed |
STRING |
- |
Country |
Specifies the origin of the geographic coordinates. |
country |
STRING |
- |
UbsLongitudeGenerator
- Description
-
Generates the longitude of geographic coordinates based on the specified seed value. The country parameter specifies the country/region of origin ('DE', 'CH', 'AT', 'NL'). Only a single country value can be specified (e.g. 'DE'). This generator requires the lookup tables to be installed.
- Script Language
-
GROOVY
- Parameters
| Display name | Description | Variable name | Data type | Default value |
|---|---|---|---|---|
Seed |
Column that is used to calculate the hash. |
seed |
STRING |
- |
Country |
Specifies the origin of the geographic coordinates. |
country |
STRING |
- |
UbsPostalCodeGenerator
- Description
-
Generates a postal code based on the specified seed value. The country parameter specifies the country/region of origin ('DE', 'CH', 'AT', 'NL'). Only a single country value can be specified (e.g. 'DE'). This generator requires the lookup tables to be installed.
- Script Language
-
GROOVY
- Parameters
| Display name | Description | Variable name | Data type | Default value |
|---|---|---|---|---|
Seed |
Column that is used to calculate the hash. |
seed |
STRING |
- |
Country |
Specifies the origin of the postal code. |
country |
STRING |
- |
UbsStateGenerator
- Description
-
Generates an administrative region (e.g. state/canton) based on the specified seed value. The country parameter specifies the country/region of origin ('DE', 'CH', 'AT', 'NL'). Only a single country value can be specified (e.g. 'DE'). This generator requires the lookup tables to be installed.
- Script Language
-
GROOVY
- Parameters
| Display name | Description | Variable name | Data type | Default value |
|---|---|---|---|---|
Seed |
Column that is used to calculate the hash. |
seed |
STRING |
- |
Country |
Specifies the origin of the state/region. |
country |
STRING |
- |
UbsStreetGenerator
- Description
-
Generates a street name based on the specified seed value. The country parameter specifies the country/region of origin ('DE', 'CH', 'AT', 'NL'). Only a single country value can be specified (e.g. 'DE'). This generator requires the lookup tables to be installed.
- Script Language
-
GROOVY
- Parameters
| Display name | Description | Variable name | Data type | Default value |
|---|---|---|---|---|
Seed |
Column that is used to calculate the hash. |
seed |
STRING |
- |
Country |
Specifies the origin of the street name. |
country |
STRING |
- |