1.2.3 • Published 11 months ago

dataset-reader v1.2.3

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

Read Dataset 🖥💻

This module reads a CSV file and returns an array of objects. Each object represents a row in the CSV file. The keys of the object are the headers of the CSV file and the values are the values of the row.

Usage 🚀

const readDataset = require("dataset-reader");

const path = "data.csv";

readDataset(path)
  .then((dataset) => {
    console.log(dataset);
  })
  .catch((error) => {
    console.error(error);
  });

License ©

MIT

Author 👩‍💻

Sharjeel Baig

1.2.3

11 months ago

1.2.2

11 months ago

1.2.1

11 months ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago