🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@jsonic/csv

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsonic/csv

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

0.7.0
latest
Source
npm
Version published
Weekly downloads
171
27.61%
Maintainers
0
Weekly downloads
 
Created
Source

@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

Keywords

pattern

FAQs

Package last updated on 08 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts