g3-toolkit API Reference
Preparing search index...
core/src
parseCSV
Function parseCSV
parseCSV
(
csv
:
string
)
:
Record
<
string
,
unknown
>
[]
Parse a CSV string into an array of row objects. Simple parser; handles quoted fields with commas.
Parameters
csv
:
string
Returns
Record
<
string
,
unknown
>
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
g3-toolkit API Reference
Loading...
Parse a CSV string into an array of row objects. Simple parser; handles quoted fields with commas.