2021.2

Table Of Contents
Note that in order to access an extracted object or array in script, the extracted value has to be
parsed, for example:
var myData = JSON.parse(data.extract('$[0]'));
extractByIndex(index, rowOffset)
Extracts the value from the specified column and row.
This function can be used to extract data from CSV or XLS(X) files that have an identical
structure but don't have the same column names.
index
Number that represents a column in a CSV or XLS(X) file (1-based).
Page 412