SubsetCompareEvaluator
Description
The subset compare evaluator is an extension to the compare evaluator (described here), being less strict than the base compare evaluator. It is used for row level processor tasks or compatibility table copy tasks.
Input parameters
| Parameter | Description |
|---|---|
sourceFile |
Source ObjectContainer |
targetFile |
Target ObjectContainer |
compatibilityFile |
File path to compatibility report output file |
comparisonFile |
File path to comparison result output file |
dropOption |
Table Drop Option e.g. DIFFERING, DROP_TB, NOTHING, LEAVE (not comparing non-existing tables) |
tolerationMode |
ALLOW_TRUNCATION, PREVENT_TRUNCATION, STRICT |
incompatibleAction |
Behavior on incompatibility ABORT, SKIP |
hookDir |
Directory for hooks |