Skip to main content

Matching Configurations

Define field-to-field comparisons between extracted data and reference datasets. Each comparison uses a weighted strategy to score matches:

Matching strategies

ParameterTypeDescription
exactstrategyCase-insensitive exact string match. Weight determines contribution to overall score.
fuzzystrategyToken-based fuzzy matching with configurable similarity threshold.
date_rangestrategyMatches dates within a configurable tolerance window (e.g. +/- 7 days).
numeric_rangestrategyMatches numbers within a configurable percentage or absolute tolerance.

You can also use AI strategy generation to let the platform suggest field mappings and strategies automatically based on the schema and reference data structure.