ICSVParserOptions

Type interface

Inheritance

ICSVParserOptions does not extend any other symbol.

ICSVParserOptions is not extended by any other symbol.

Properties

delimiter
#

Type undefined | string

Default ","

Delimiter used for columns.

reverse
#

Type undefined | false | true

Reverse the order of parsed data.

skipEmpty
#

Type undefined | false | true

Default true

Skip empty rows.

skipRows
#

Type undefined | number

Default 0

Skip first X rows.

useColumnNames
#

Type undefined | false | true

Default false

Use the first row to name the columns.