JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 230
  • Score
    100M100P100Q86038F
  • License MIT

This plugin allows the [Jsonic](https://jsonic.senecajs.org) JSON parser to support csv syntax.

Package Exports

  • @jsonic/csv
  • @jsonic/csv/csv.js
  • @jsonic/csv/csv.min.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@jsonic/csv) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@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