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

first


This function returns a text string corresponding to the first length characters of the input text string.

Syntax

first( input, length, [pad] )

Parameters

Remarks

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

Example

Mapping Text extracted
first( 'abcdefgTEST^PATIENT', 12) abcdefgTEST^
first( '1234', 6) 1234

See also


Topic number: 9034

Applies to: IMPAX 6.5.1 Server Knowledge Base