1.5

Table Of Contents
Example
In this example you have the script command data.extract('./CUSTOMER/FirstName');. It
means that the extraction is made on the FirstName node under Customer.
extract(columnName, rowOffset)
Extracts the text value for the specified fieldName.
fieldName
String that represents the column name.
rowOffset
Number that represents the row index relative to the current position. To extract the current
row, specify 0 as the rowOffset.
Page 241