2020.2

Table Of Contents
Example
This script examines a specific region and stores its contents in a variable in the boundaries.
var addressRegion = region.createRegion(10, 30, 100, 50);
var addressLines = boundaries.get(addressRegion);
boundaries.setVariable("previousLines",addressLines);
data
Returns a data object encapsulating properties and methods pertaining to the original data
stream.
Properties
The following table lists the properties of the data object.
Property Description
filename Returns the fully qualified file name of the data file, i.e. the temporary work file
being processed.
properties Returns an array of the custom properties defined in the Preprocessor step
that have their Scope set to "Entire data". These properties are statically set
at the start of the job.
(See "Properties and runtime parameters" on page226 for details.)
Methods
The following table lists the methods of the data object.
Method Description Script type File
type
"extract()"
on the next
page
Extracts the text value from a
rectangular region.
Extract, Condition, Repeat,
and Action steps
All
"extractMeta Extracts the value of a metadata Extract, Condition, Repeat, All
Page 390