1.0.0 • Published 18 days ago

merge-csv-stream v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
18 days ago

code style: prettier

merge-csv-stream

merge-csv-stream is a lightweight Node.js package designed to streamline the process of merging multiple CSV files into a single CSV file. With its intuitive interface and native Node.js code, merge-csv-stream offers a seamless solution for developers looking to efficiently concatenate CSV data.

Key Features: Efficient Stream Processing: Leveraging the power of Node.js streams, MergeCSV ensures efficient handling of large CSV files, minimizing memory consumption and optimizing performance. No External Dependencies: Built with native Node.js code, MergeCSV eliminates the need for external dependencies, ensuring a lightweight and hassle-free installation process.

Example:

const merge_csvs = require('merge-csv-stream');

const inputFiles = ['./path_to_your_file1.csv', './path_to_your_file2.csv'];

let options = {  /*delimiter = ',', wrapper = '"', newlineSeperator = '\r\n', outputPath = 'output.csv'
*/
}

merge_csvs(inputFiles, options);

Built With

  • Native Node.js modules
  • No external dependencies.

Authors

License

MIT License © Ayush Pratap