Skip to main content
Maps output from source fields using a case-sensitive lookup table. A common use case for this method is to standardize output across configs. For example, if different documents inconsistently format data (“6 month policy period” versus “6 mo. policy duration”), you can map those data to a common format using the Mapper method. Consistently formatted output simplifies your application logic by allowing you to ignore distinctions between document sources.

Parameters

The following parameters are in the computed field’s global Method parameter:

Examples

The following example shows using a mapper to standardize a time duration. Config
JSON
Example document The following image shows the example document used with this example config: Click to enlarge Output
JSON