gis-tools-ts - v0.6.0
Preparing search index...
index
parseCSVAsRecord
Function parseCSVAsRecord
parseCSVAsRecord
<
T
=
Record
<
string
,
string
>
>
(
source
:
string
)
:
T
[]
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
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
gis-tools-ts - v0.6.0
Loading...
Parse CSV data into a record