Methods
parseCSVLine(line) → {Array.<string>}
Parse a single CSV line with support for quoted fields
Parameters:
| Name | Type | Description |
|---|---|---|
line |
string | CSV line to parse |
- Source:
Returns:
- Array of values
- Type
- Array.<string>