Documentation
    Preparing search index...

    Function parseCsv

    • Parse CSV formatted string

      Parameters

      • input: string

        CSV formatted string

      • locale: string

      Returns undefined | StringIndexedInterface[]

      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.