1.5

Table Of Contents
0 - millimeters: verticalOffset represents the number of millimeters to move the current
position, relative to the top of the record (NOT the top of the current page).
1 - pages: verticalOffset represents the index of the target page, relative to the top of the
record.
moveTo(xPath)
Moves the current position in a XML file to the first instance of xPath, relative to the top of the
record.
moveTo(row)
Moves the current position in a CSV file to the row index, relative to the top of the record.
Example
moveToNext()
Moves the current position to the next instance of a number.
Related Object: Steps.
moveToNext(scope)
Moves the current position in a text file to the next instance of scope.
scope
Number (from 0-3) that represents:
0 - Lines: current position is set to the next line.
1 - Delimiters: current position is set to the next delimiter (as defined in the Input Data
settings).
2 - Next line with content: current position is set to the next line that contains any text.
Page 250