2021.1

Table Of Contents
limit, use the value 0 (zero).
l Line limit: Defines the limit of detail lines in any detail table. This is useful for files with a
high number of detail lines, which in the DataMapper interface can slow down things.
This does not affect output production; when generating output, this option is ignored. To
disable the limit, use the value 0 (zero).
l Trigger: Defines the type of rule that controls when a boundary is set, creating a new
record.
l Record(s) per page: Defines a fixed number of lines in the file that go in each
record.
l Records: The number of records (lines, rows) to put in each record.
l On change: Defines a new record when a specific field (Field name) has a new
value.
l Field name: Displays the fields in the top line. The boundaries are set on the
selected field name.
l On script: Defines the boundaries using a custom JavaScript. For more information
see "Setting boundaries using JavaScript" on page387.
l On field value: Sets a boundary on a specific field value.
l Field name: Displays the fields in the top line. The value of the selected field
is compared with theExpressionbelow to create a new boundary.
l Expression: Enter the value orRegular Expressionto compare the field
value to.
l Use Regular Expression: Treats theExpressionas a regular expression
instead of static text. For more information on usingRegular Expressions
(regex), see theRegular-Expressions.info Tutorial.
PDF file boundaries
For a PDF file, Boundaries determine how many pages are included in each record. You can
set this up in one of three ways: by giving a static number of pages; by checking a specific area
on each page for text changes, specific text, or the absence of text; or by using an advanced
script.
l Record limit: Defines how many records are displayed in the Data Viewer. To disable the
limit, use the value 0 (zero).
l Trigger: Defines the type of rule that controls when a boundary is set, creating a new
record.
Page 330