Node SDK

Interface FromCsvOptions

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Enumeration
  • Class

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 | HeaderArray | HeaderTransformFunction
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