1.6

Table Of Contents
on the first and on the last page of a document, you could specify a number of
occurrences of 2. In this way, no need to inspect other items for whether it is
on the first page or the last page. you know you have found the string two
times, which is enough to fix the boundary.
l
Delimiters before/after: Defines the boundary a certain number of pages
before or after the current page. This is useful if the text triggering the
document is not located on the first page of each Source Record.
l
Operator: Selects the type of comparison (for example, "contains").
l
Word to find: Compares the text value with the value in the Source Record.
l
Match case: Makes the text comparison case-sensitive.
l
On script: Defines the boundaries using a custom user-defined JavaScript. For
more information see Boundaries Using javaScript.
For a XML File
Since we know the delimiter for an XML file is a node, all we need to set for the Boundaries is
how many of those nodes we want to use. A specific number can be used, like when we have
one invoice node per Source Record─or be determined when the content of a specific field
within that node changes (e.g. when the invoice_number field changes in the invoice node).
l
Record limit: Defines how many Source Records are displayed in the Data Viewer. To
disable the limit, use the value "0".
l
Trigger: Defines the type of rule for when a boundary is created, establishing a new
record in the Data Sample (called a Source Record).
l
On Element: Defines a new Source Record on each new instance of the XML level
selected in the XML elements.
l
Occurrences: The number of times that the delimiter is encountered before
fixing the boundary. For example, if you know that your documents always
have four pages delimited by the FF character, you can set the boundaries
whenever you counted four delimiters.
l
On Change: Defines a new Source Record when a specific field under the XML
level has a new value.
l
Field: Displays the fields that are under the XML level. The value of the
selected fields determines the new boundaries.
Page 162