Specifying Replacement Values for Ranges of Data Values
You can specify values for ranges of data values.
- In Microsoft Notepad or another text editor, create a text file.
-
In the text file, type the following line:
TRAPEZE MAPMAKER LOOKUP TABLE BEGIN - Optional:
To specify values for numeric ranges of data, type the following line between the lines
entered in step 2.
COMPARE NUM -
For each range of values in the import file for which you want to specify a replacement
value in the database, type the following line:
importedRangeValueStart;importedRangeValueEnd;replacementValue- importedRangeValueStart is the first value in the range of imported field values to replace with the replacementValue in the database.
- importedRangeValueEnd is the last value in the range of imported field values to replace with the replacementValue in the database.
- replacementValue is the data value for replacing field data values within the specified range of values.
-
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 for ranges of data values:
TRAPEZE MAPMAKER LOOKUP TABLE COMPARE NUM //map 10000 to 19999 to A10 10000;19999;A10 20000;29999;A20 30000;39999;A30;