An open API service indexing awesome lists of open source software.

https://github.com/hunghg255/csvs-parsers

CSV parser
https://github.com/hunghg255/csvs-parsers

csv csv-parser json json-parser npm

Last synced: 2 months ago
JSON representation

CSV parser

Awesome Lists containing this project

README

          



logo


A tiny JavaScript library for parsing CSVs files.


NPM Version
NPM Downloads
Minizip
Contributors
License

## Install

```bash
npm i csvs-parsers@latest
```

With `yarn`

```bash
yarn add csvs-parsers@latest
```

## Use

```js
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](https://hung.thedev.id)