The following are examples of Lookup Tables that can be imported using Comma Delimited (.csv) format.
The first item in each row is the name in the local project and the second the name on the foreign file.
Example 1
Fence,903
Natural Surface,104
Culvert,301
Drain,305
Example 2
Header lines can be included providing they start with a # character. Use this to add a name, description or use a different delimiter.
# Name="Field to office" Desc="Convert from field codes to layer names" Delimiter=":"
#Local:Foreign
Natural Surface:104
Culvert:301
Drain:305
|