csv-utility-class
v1.0.1
Published
**CsvManager** is a simple Node.js class for managing CSV files. It allows you to read, write, update, and delete data in CSV format with ease.
Readme
CsvManager
CsvManager is a simple Node.js class for managing CSV files. It allows you to read, write, update, and delete data in CSV format with ease.
Features
- Add new data to CSV files
- Read data as objects or lists
- Delete single or multiple records
- Rewrite entire CSV files
Installation
- Clone the repository or copy the
CsvManagerclass into your project. - Make sure you have Node.js installed.
npm init -y