WebCola
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DSV

Index

Methods

format

  • format(rows: DSVRowAny[], columns?: string[]): string
  • Parameters

    • rows: DSVRowAny[]
    • Optional columns: string[]

    Returns string

formatRows

  • formatRows(rows: string[]): string
  • Parameters

    • rows: string[]

    Returns string

parse

  • Parameters

    • dsvString: string

    Returns DSVParsedArray<DSVRowString>

  • Type parameters

    Parameters

    • dsvString: string
    • row: function
        • (rawRow: DSVRowString, index: number, columns: string[]): ParsedRow
        • Parameters

          Returns ParsedRow

    Returns DSVParsedArray<ParsedRow>

parseRows

  • parseRows(dsvString: string): string[]
  • parseRows<ParsedRow>(dsvString: string, row: function): ParsedRow[]
  • Parameters

    • dsvString: string

    Returns string[]

  • Type parameters

    Parameters

    • dsvString: string
    • row: function
        • (rawRow: string[], index: number): ParsedRow
        • Parameters

          • rawRow: string[]
          • index: number

          Returns ParsedRow

    Returns ParsedRow[]

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • 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