libcsv
Preparing search index...
libcsv
csv
Class csv
Index
Constructors
constructor
Methods
parse
parse
With
Header
Constructors
constructor
new
csv
()
:
csv
Returns
csv
Methods
Static
parse
parse
(
body
:
string
,
sep
:
string
,
quote
:
string
,
reader
:
(
text
:
string
,
nextRow
:
boolean
)
=>
void
,
)
:
void
Parameters
body
:
string
sep
:
string
quote
:
string
reader
:
(
text
:
string
,
nextRow
:
boolean
)
=>
void
Returns
void
Static
parse
With
Header
parseWithHeader
(
body
:
string
,
sep
:
string
,
quote
:
string
,
)
:
{
[
key
:
string
]:
string
}
[]
Parameters
body
:
string
sep
:
string
quote
:
string
Returns
{
[
key
:
string
]:
string
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
parse
parse
With
Header
libcsv
Loading...