Options
All
  • Public
  • Public/Protected
  • All
Menu

Base class for CSV Parser and Writer types, which holds configuration data that affects parsing and serialization behavior.

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • Construct a new Configurable instance using the given options.

    Parameters

    • Optional options: Options

      Optional Options object to determine parsing or serialization behavior for this Configurable instance.

    Returns Configurable

Properties

newline

newline: string

Row separator string.

quote

quote: string

Quote/escape character.

quoteAll

quoteAll: boolean

Whether to quote/escape all columns when serializing.

separator

separator: string

Column separator character.

Methods

configure

  • configure(options?: Options): this
  • Apply the given options to this Configurable object.

    Parameters

    • Optional options: Options

      Optional Options object to determine parsing or serialization behavior.

    Returns this

    This instance, for easy chaining.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc