csvs-parsers
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

CSV Parsers

npm version npm npm All Contributors

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();

/csvs-parsers/

    Package Sidebar

    Install

    npm i csvs-parsers

    Weekly Downloads

    3

    Version

    1.0.5

    License

    ISC

    Unpacked Size

    109 kB

    Total Files

    13

    Last publish

    Collaborators

    • hunghg255