Preparing search index...
The search index is not available
jtcsv API Documentation - v3.3.1
jtcsv API Documentation
readCsvAsJson
Function readCsvAsJson
readCsvAsJson
(
filePath
:
string
,
options
?:
CsvToJsonOptions
&
{
validatePath
?:
boolean
}
,
)
:
Promise
<
AnyArray
>
Reads CSV file and converts to JSON (synchronous)
Parameters
filePath
:
string
options
:
CsvToJsonOptions
&
{
validatePath
?:
boolean
}
= {}
Returns
Promise
<
AnyArray
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
jtcsv API Documentation - v3.3.1
Loading...
Reads CSV file and converts to JSON (synchronous)