gis-tools-ts - v0.6.0
    Preparing search index...

    Function parseCSVAsRecord

    • Parse CSV data into a record

      Type Parameters

      • T = Record<string, string>

      Parameters

      • source: string

        the source of the CSV data

      Returns T[]

      • an object with key-value pairs whose keys and values are both strings