Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 506 Bytes

File metadata and controls

31 lines (19 loc) · 506 Bytes

CSV-Merger

CSV-Merger is a library to merge many CSV files into a bigger one

Installation

npm install csv-merger

Or, if you're using Yarn

yarn add csv-merger

Usage

const csvMerger = require("csv-merger");

Contributing

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

Please make sure to update tests as appropriate.

License

MIT