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

chop


This function returns a text string corresponding to the input text string with the last length characters removed.

Syntax

chop( input, [length] )

Parameters

Remarks

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

Example

Mapping Text extracted
chop( 'abcdefghij', 3) abcdefg
chop( 'fred', 5 ) (empty string)

See also


Topic number: 9036

Applies to: IMPAX 6.5.1 Server Knowledge Base