CSVRow
Source: /
CSV row data
Methods
Methods
get(column) → String
Get the value of the given column.
Parameter
| Name | Type | Optional | Description |
|---|---|---|---|
|
column |
(Number or String) |
|
The row to retrieve, if a number the column index, if a string a column name. |
- Returns
-
String
getNumColumns() → Number
Return the number of columns for this row.
- Returns
-
Number