IMPAX 6.5.1 Server Knowledge Base home > Configuring IMPAX Server with Administration Tools > Source Manager > Customizing field mappings to extract information from images > List of field mapping grammar functions

in


This function returns a text string containing either the single character T (True) or the single character F (False) based on the results of comparing the input text string with the array of text strings in the v[ ] array.

Syntax

in( input, v[ ])

Parameters

Remarks

The input text string can be another field mapping grammar function.

Examples

Mapping Text extracted
in( 'red', 'blue', 'green', 'red', 'yellow' ) T
in( 'square', 'circle', 'triangle', 'diamond' ) F

See also


Topic number: 9029

Applies to: IMPAX 6.5.1 Server Knowledge Base