Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 581 Bytes

File metadata and controls

30 lines (17 loc) · 581 Bytes

Home > @gregoranders/csv > Parser > parse

Parser.parse() method

parse csv

Signature:

parse(text: string): readonly Row[];

Parameters

Parameter Type Description
text string CSV text

Returns:

readonly Row[]

an array of Rows

Exceptions

Error on parse error