1.0.7 • Published 1 year ago

csv-list v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Introduction

A simple converter from csv to array

Installation

npm install csv-list

Usage Example

import {getFile} from "csv-list";  //getFile is an async function
  const handleChange = (e) => {
    const file = e.target.files[0]
    getFile(file).then((result) => {
        console.log(result)
    })
        .catch((error) => {
            console.log(error)
        })
}
1.0.7

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.0

1 year ago