2022.1

Table Of Contents
extract(columnName, rowOffset)
Extracts the text value from the specified column and row in a CSV/XLS/XLSX file.
The column is specified by name. To extract data from a column specified by index, use
"extractByIndex(index, rowOffset)" on page436.
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 "moveTo()" on page456).
Page 432