Configure Field Fuzzy with separate index fields pointing to different Database

This topic demonstrates an example of how to configure Field Fuzzy with separate index fields pointing to different Database. This can be done in a same way by creating multiple mappings.

First, create a Batch Class with single Document Type and 7 index fields names f1 to f7. In this example we put KV extraction rules on f1 and f4 index fields.

In Field Fuzzy, create two groups. The f1 group includes mapping information for fields f1 to f3 and the f2 group has mapping for index fields for fields f4 to f7. Both groups refer to two different tables us_invoice and po_configuration respectively.

View the following example for mapping.

Results are retrieved from two different groups. The f1 to f3 values are fetched from table us_invoice on the basis of the value extracted from the f1 field. Fields f4 to f7 are extracted from the po_configuration table on the basis of the value extracted by the f4 field.