- Preparing search index...
- The search index is not available
docs.hg.fi
- parseCsv(value: any, separator?: string, quote?: string, lineBreak?: string): Csv | undefined
-
Parameters
-
value: any
-
separator: string = DEFAULT_CSV_SEPARATOR
-
quote: string = DEFAULT_CSV_QUOTE
-
lineBreak: string = DEFAULT_CSV_LINE_BREAK
Returns Csv | undefined
Fixme
Add support to detect if the input was just a single CsvRow
Fixme
Add support to convert arrays with (JSON able) objects as Csv