Mapping rules are used to override the default data compare mapping that is based on name.
The following xml fragment defines a mapping rule that ignores the name postfix "_temp" on the left schema:
<TablesMappingRules>
<NameMapping MappingRule="IgnorePostfix" IgnoreLeftName="_temp" />
</TablesMappingRules>