@jsonic/csv
TypeScript icon, indicating that this package has built-in type declarations

0.7.0 • Public • Published

@jsonic/csv (JSONIC syntax plugin)

This plugin allows the Jsonic JSON parser to support csv syntax.

npm version build Coverage Status Known Vulnerabilities DeepScan grade Maintainability

Voxgig This open source module is sponsored and supported by Voxgig.

Options

  • comment: null (default: null) - comment
  • field
    • empty: string (default: ) - empty
    • exact: boolean (default: false) - exact
    • names: any (default: undefined) - names
    • nonameprefix: string (default: field~) - nonameprefix
    • separation: null (default: null) - separation
  • header: boolean (default: true) - header
  • number: null (default: null) - number
  • object: boolean (default: true) - object
  • record
    • empty: boolean (default: false) - empty
    • separators: null (default: null) - separators
  • stream: null (default: null) - stream
  • strict: boolean (default: true) - strict
  • string
    • csv: null (default: null) - csv
    • quote: string (default: ") - quote
  • trim: null (default: null) - trim
  • value: null (default: null) - value

Package Sidebar

Install

npm i @jsonic/csv

Weekly Downloads

137

Version

0.7.0

License

MIT

Unpacked Size

59.1 kB

Total Files

10

Last publish

Collaborators

  • rjrodger