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

index


This function returns a text string containing the index into the v[ ] array of text strings that corresponds to the element of v[ ] that matches the contents of the input text string.

Syntax

index( input,v[ ])

Parameters

Remarks

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

Example

Expression Text extracted
index( '123', '120', '121', '122', '123', ) 3

See also


Topic number: 32197

Applies to: IMPAX 6.5.1 Server Knowledge Base