Specifying Replacement Values for Data Values
You can specify replacement values for data values.
- In Microsoft Notepad or another text editor, create a text file.
-
In the text file, type the following lines:
TRAPEZE MAPMAKER LOOKUP TABLE BEGIN -
For each value from the import file data field for which you want to specify a
replacement value in the database, type the following line:
importedValue;replacementValueWhere importedValue is a value in the imported map data file to replace with replacementValue in the database.
- Optional:
To type a comment in the file, on a separate line, type // (two slashes) followed by
the comment text.
An example of a sample replacement values table:
TRAPEZE MAPMAKER LOOKUP TABLE BEGIN // the next line maps Street to ST Street;ST // the next line maps Avenue to AVE Avenue;AVE