Zone Alias CSV Format
This type of import enables you to specify aliases to Determination zone names, including alternate or localized names. Zone Alias records can only alias to zone names already in Determination Zone Tree.
For information about using CSV format files, see Best Practices for Importing Data with CSV Files.
US and Non-US Zone Alias Files
The sdiType value changes depending on whether the file contains US zone aliases or Non-US zone aliases.
- Use sdiType=ZoneAlias-US for US zone aliases.
- Use sdiType=ZoneAlias-INTL for non-US zone aliases.
In both cases, the file format is the same; only the valid values in the ZoneName and LevelApplied columns are different.
Zone Alias File Format
SDITYPE=ZoneAlias-US or SDITYPE=ZoneAlias-INTL |
|||
---|---|---|---|
Column Name |
Format |
Req? |
Description |
Alias |
varchar2(50) |
Y |
The text to be aliased, following these guidelines:
Country, State, and Province codes can be aliased to full names only, not to other codes. |
Value |
varchar2(50) |
Y |
The value to which the aliased text will be set; the resulting name once the alias is applied must be a valid zone name or the alias will fail. If an underscore is included in an Alias, in most cases it will need to be in the Value as well. For example, if you are matching the prefix alias SO to SOUTH, include the underscore on both (SO_ and SOUTH_). In this case, SO BOSTON would be transformed to SOUTH BOSTON. The exception to this rule is when you want a prefix to be concatenated to the alias string. For example, if you had an Alias of FT_ to the Value of FORT, FT DEFIANCE would be transformed to FORTDEFIANCE. |
Type |
varchar2(2) |
Y |
One of the following:
|
ZoneName |
varchar2(50) |
Y |
The name of the parent zone owning the alias.
For US aliases, must be a valid name at this level:
|
LevelApplied |
varchar2(50) |
N |
The level at which the alias is applied.
For US aliases, one of the following:
|
Example Zone Alias File
This file creates four zone aliases in the US Zone Tree.
-
sdiType=ZoneAlias-US
-
Alias,Value,Type,ZoneName,LevelApplied
-
FT,Fort,PX,Colorado,City
-
N_,New,PX,Louisiana,County
-
_BCH,_BEACH,SX,Florida,City
-
W_ALLIS,WEST ALLIS,FL,Wisconsin,City
For more information about formatting a CSV file, see Creating CSV Import Files.
Zone Alias Import Prerequisites
Any company to which you want to import this data must already exist.
Zone Alias Import Options
When you import zone alias data, the Import/Export Wizard prompts for Company Selection. Select the desired company.