imhoffd / csv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@imhoff/csv

CSV library and utilities.

Install

npm i @imhoff/csv

Usage

import { parseFile } from '@imhoff/csv';

const data = await parseFile('./path/to/file.csv');

About


Languages

Language:TypeScript 100.0%