CSV-Merger is a library to merge many CSV files into a bigger one
npm install csv-merger
Or, if you're using Yarn
yarn add csv-merger
const csvMerger = require("csv-merger");
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.