• Parse CSV formatted string

    Returns

    Array of objects if successful; undefined else

    Note: CSV-delimiter is ',' Note: First row of CSV defines the column keys. Each subsequent row of the CSV is converted to a StringIndexedInterface where the indices are defined by the column keys.

    Parameters

    • input: string

      CSV formatted string

    • locale: string

    Returns StringIndexedInterface[] | undefined

Generated using TypeDoc