2022.2

Table Of Contents
Methods
Thefollowingtableliststhemethodsofthedataobject.
Method Description Script type File
type
"extract()"below Extractsthetextvaluefromarectangularregion. Extract,Condition,Repeat,andAction
steps
All
"extractByIndex(index,
rowOffset)"onpage383
Extractsthevaluefromthespecifiedcolumnand
row.
Extract,Condition,Repeat,andAction
steps
CSV/
XLSX/
XLS
"extractMeta()"on
page384
Extractsthevalueofametadatafield. Extract,Condition,Repeat,andAction
steps
All
"fieldExists()"onpage384 Methodthatreturnstrueifthespecifiedmetadata
field,columnornodeexists.
Boundaries
Preprocessor,Extract,Condition,Repeat,
Action,andPostprocessorsteps
All
"fieldExistsByIndex
(index)"onpage385
Methodthatreturnstrueifthecolumn,specified
byindex,exists.
Boundaries
Preprocessor,Extract,Condition,Repeat,
Action,andPostprocessorsteps
CSV/
XLSX/
XLS
"find()"onpage386 Findsthefirstoccurrenceofastringstartingfrom
thecurrentposition.
Boundaries
Preprocessor,Extract,Condition,Repeat,
Action,andPostprocessorsteps
All
"findRegExp()"on
page387
Findsthefirstmatchforaregularexpressionpat-
ternstartingfromthecurrentposition.
Extract,Condition,Repeat,MultipleCondi-
tionsandActionsteps
Text,PDF
extract()
Extractsthetextvaluefromselecteddata:anodepath,column,orrectangularregion,dependingon
thetypeofdatasource.
ThismethodalwaysreturnsaString.
extract(left, right, verticalOffset, regionHeight, separator)
Extractsavaluefromapositioninatextfile.Coordinatesareexpressedascharacters(horizontally)or
lines(vertically).
left
Numberthatrepresentsthedistance,measuredincharacters,fromtheleftedgeofthepagetotheleft
edgeoftherectangularregion.Theleftmostcharacterischaracter1.
Page 375