Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SimpleCSVOpts

Hierarchy

Index

Properties

cols

cols: Nullable<boolean | CellTransform>[]

Array of booleans or CellTransforms (in column order), indicating which columns to retain in the result CSVRow tuples. If omitted ALL columns will be kept.

comment

comment: string

Line comment prefix.

defaultvalue

#

delim

delim: string

Field delimiter character.

defaultvalue

,

header

header: boolean

If true (default), the first row (usually containing CSV column names) will be skipped.

defaultvalue

true

quote

quote: string

Field value quote character.

defaultvalue

"

trim

trim: boolean

If true, all leading and trailing whitespace for each field value will be trimmed.

defaultvalue

false

Generated using TypeDoc