2018.1

Table Of Contents
Example
The script command data.extract('./CUSTOMER/FirstName'); means that the extraction is
made on the FirstName node under Customer.
extract(columnName, rowOffset)
Extracts the text value from the specified column and row.
columnName
String that represents the column name.
rowOffset
Number that represents the row index (zero-based), relative to the current position. To extract
the current row, specify 0 as the rowOffset. Use moveTo() to move the pointer in the source
data file (see "Example" on page343).
Page 327