1.0.8 • Published 10 months ago

@bharat_software_systems/csv_to_json v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

CSV_TO_JSON

CSV_TO_JSON is a CSV to JSON converter.

Installation

Use this command to install the package.

npm i @bharat_software_systems/csv_to_json

Usage

var { reader } = require("@bharat_software_systems/csv_to_json") // Requiring package

app.post('/api/upload', upload.single('file'), async (req, res) => {
    const data = await reader(req.file.path) // Passing file path.
    return res.json({ data });
});

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago