listmerge

1.0.5 • Public • Published

listmerge

Combines CSV files by searching for matching values

Features

  • Works with CSV format
  • Easy-to-use interactive commandline interface (CLI)
  • In-memory BM25 fulltext mapping engine (similar to Lucene/Elastic Search)
  • Streams input and output data

Requirements

  • Node.js 8+

Installation

$ npm install -g listmerge

Usage

$ listmerge --help
listmerge [sources] --output target.csv

Options:
  --version  Show version number                                                       [boolean]
  --output   path to write the combined output CSV file to  [required] [default: "combined.csv"]
  --help     Show help                                                                 [boolean]

License

MIT license

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.5
    1
    • latest

Version History

Package Sidebar

Install

npm i listmerge

Weekly Downloads

0

Version

1.0.5

License

MIT

Unpacked Size

10.2 kB

Total Files

4

Last publish

Collaborators

  • compwright