Enterprise Administration > Windchill Export and Import > Import and Export Policies, Mapping Rules, and Conflict Messages > Mapping Through Special Rules > Generalized Mapping Rules File Example
  
Generalized Mapping Rules File Example
The following example shows the syntax of a generalized mapping rules file. In this type of file, there is no <mappingRules> or <debugProperties> element. The properties that appear early in the file are not required and repeat properties that appear in the wt.properties file. The rules and property values that appear in a generalized mapping file take precedence if they conflict with entries in the wt.properties file. However, the rules and property values that appear in a generalized mapping file are overruled by conflicting values in a client-based mapping file.
import.keepAllFilesInMemory=true

client.log.level=10

import.parser.validate=true

import.default.lifecycleInfo.lifecycleState=RELEASED

import.default.lifecycleInfo.lifecycleTemplateName=Released
Data

import.reposGuidPrefix=77746

logLevel=5

debug.enable=true

mappingRules.log.enable=false

mappingRules.debug.dir=C:\\TUNER_RESU

<COPY_AS>
<tag>number</tag>
<value>*</value>
<newValue>444-@@</newValue>
</COPY_AS>

<IGNORE_MASTER>
<path>content</path>
<tag>filename</tag>
<value>EngineReq</value>
</IGNORE_MASTER>