Function parseCsv

  • 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

    Parameters

    • value: any
    • separator: string = DEFAULT_CSV_SEPARATOR
    • quote: string = DEFAULT_CSV_QUOTE
    • lineBreak: string = DEFAULT_CSV_LINE_BREAK

    Returns Csv | undefined

Generated using TypeDoc