0.7.0 • Published 12 months ago

@jsonic/csv v0.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@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

VoxgigThis 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
0.5.0

12 months ago

0.7.0

12 months ago

0.6.1

12 months ago

0.4.1

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.4.0

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago