New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

csv-box

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv-box

csv to json, csv parser, csv tools

latest
Source
npmnpm
Version
1.0.8
Version published
Maintainers
1
Created
Source

csv-box

Load csv file by url or file input.

Parse csv string with " or , .

Only 1 KB;

npm i csv-box

example:

import csv from 'csv-box';

console.info(csv('../data/test.csv', json=>console.info(json)));

you can see example

github: https://github.com/pangfeng/csv-box

Keywords

csv

FAQs

Package last updated on 06 Dec 2018

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