Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICSVOptions

Options for parsing CSV data.

Hierarchy

  • ICSVOptions

Index

Properties

Optional columnNames

columnNames: Iterable<string>

Optionally specifies the column names (when enabled, assumes that the header row is not read from the CSV data). Default: undefined

Optional dynamicTyping

dynamicTyping: undefined | false | true

Automatically pick types based on what the value looks like. Default: false.

Optional skipEmptyLines

skipEmptyLines: undefined | false | true

Skip empty lines in the input. Default: true

Generated using TypeDoc