maxAllowedMismatchesPerField property

int maxAllowedMismatchesPerField
getter/setter pair

The maximum allowed mismatches per field during data matching.

Configures the maximum number of characters per field that can be inconsistent during data matching. By defualt, no mismatches are allowed.

Default: 0

Implementation

int maxAllowedMismatchesPerField = 0;