Previous Article | matchIT Hub Index | Next Article |
The following settings can be changed between overlaps.
- layout of table 2, data options;
- matching outputs and output options;
- matching advanced post-matching rules and bridging prevention;
- matching weights and constraints;
- debug;
- threads.
I.e.
<settings>
<data>
<input table="2" columns="|UniqueRef|FullName|Address1|Address2|Address3|Postcode" />
<options>
<trimAllData>false</trimAllData>
<verifyInputColumns>true</verifyInputColumns>
</options>
</data>
<matching>
<outputs>
<types>
<matchingPairs enabled="" />
<groupedMatchingPairs enabled="" />
<matchingGroups enabled="true" />
<dedupedData enabled="" />
<duplicateData enabled="" />
</types>
<options>
<outputUniqueRefsOnly enabled="true" />
<outputComponentScores enabled="false" />
<outputExactMatchScores enabled="false" />
<outputAllExactMatches enabled="false" />
</options>
</outputs>
<advanced>
<postMatchingRules>
<rule condition="" action="" />
<rule condition="" action="" />
...
</postMatchingRules>
<bridgingPrevention>
<nameBridgingPrevention enabled="true" />
<prefixBridgingPrevention enabled="true" />
<companyBridgingPrevention enabled="true" />
<aggressiveSplitting enabled="false" />
</bridgingPrevention>
<options>
<outputDeletedMatches enabled="" />
</options>
<associations>
<associate element1="" element2="" />
<associate element1="" element2="" />
...
</associations>
</advanced>
</matching>
<threads>0</threads>
<debug enabled="false" pathname="C:\Temp\matchIT_Hub_debug.log" truncate="false" />
</settings>
An attempt to modify any other settings between overlaps will result in the error "Attempt to change invariant settings when already running".
Previous Article | matchIT Hub Index | Next Article |