Skip to content

hunghg255/csvs-parsers

Repository files navigation

logo

A tiny JavaScript library for parsing CSVs files.

NPM Version NPM Downloads Minizip Contributors License

Install

npm i csvs-parsers@latest

With yarn

yarn add csvs-parsers@latest

Use

import { csvToJson } from 'csvs-parsers';


const start = async () => {
 const results = await csvToJson({
    pathUrl: url // path name or URL vsv,
  });
}

start();

About

Buy Me A Coffee

Gia Hung – hung.hg

About

CSV parser

Topics

Resources

Stars

10 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors