Socket
Socket
Sign inDemoInstall

csvalidate

Package Overview
Dependencies
101
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    csvalidate

test


Version published
Weekly downloads
2
Maintainers
1
Install size
5.89 MB
Created
Weekly downloads
 

Readme

Source
A simple and flexible CLI to validatote CSV schemas

A simple flexible SUPER FAST and lightweight CLI to validatote CSV schemas

oclif Version Downloads/week License

Why it's awesome

Comming soon

Install

Install globally with npm

npm i -g csvalidate

Install with npm

npm i csvalidate

Install with Yarn

yarn global add csvalidate

Run with npx (without installing)

npx csvalidate

Usage

$ npm install -g csvalidate
$ csvalidate COMMAND
running command...
$ csvalidate (-v|--version|version)
csvalidate/0.0.2 darwin-x64 node-v12.14.1
$ csvalidate --help [COMMAND]
USAGE
  $ csvalidate COMMAND
...

Commands

 Usage:

  csvalidate [PATH] [RULES]

 Options:

  -h, --help              Display help information
  -v, --version           Output csvalidate version
  -p, --path=path         Path to CSV  file
  -r, --rules=path        Path to rules file

 Examples:

  csvalidate data.csv

  csvalidate -p data.csv  -r .rules.json

  csvalidate --path data.csv --rules .rules.json

 Default settings with no arguments:

Keywords

FAQs

Last updated on 14 Feb 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc