Matching Configurations
Define field-to-field comparisons between extracted data and reference datasets. Each comparison uses a weighted strategy to score matches:
Matching strategies
| Parameter | Type | Description |
|---|---|---|
| exact | strategy | Case-insensitive exact string match. Weight determines contribution to overall score. |
| fuzzy | strategy | Token-based fuzzy matching with configurable similarity threshold. |
| date_range | strategy | Matches dates within a configurable tolerance window (e.g. +/- 7 days). |
| numeric_range | strategy | Matches 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.