Specifying Replacement Values for Data Values

You can specify replacement values for data values.

  1. In Microsoft Notepad or another text editor, create a text file.
  2. In the text file, type the following lines:
    TRAPEZE MAPMAKER LOOKUP TABLE BEGIN
  3. 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;replacementValue

    Where importedValue is a value in the imported map data file to replace with replacementValue in the database.

  4. 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