Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

merge-csv-stream

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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, MergeCSV offers a seamless solution for developers looking to

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

Keywords

FAQs

Package last updated on 30 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc