Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FromCsvOptions

An interface that extends the fastCSV libraries options in case we add our own.

Hierarchy

  • ParserOptionsArgs
    • FromCsvOptions

Index

Properties

comment?: string
delimiter?: string
discardUnmappedColumns?: boolean
encoding?: string
escape?: string
headers?: boolean | HeaderTransformFunction | HeaderArray
ignoreEmpty?: boolean
ltrim?: boolean
maxRows?: number
objectMode?: boolean
quote?: string
renameHeaders?: boolean
rtrim?: boolean
skipLines?: number
skipRows?: number
strictColumnHandling?: boolean
trim?: boolean

Generated using TypeDoc