Nothing Special   »   [go: up one dir, main page]

Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.79 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.79 KB

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