https://github.com/compwright/listmerge
Combines CSV files by searching for matching values
https://github.com/compwright/listmerge
Last synced: 5 months ago
JSON representation
Combines CSV files by searching for matching values
- Host: GitHub
- URL: https://github.com/compwright/listmerge
- Owner: compwright
- License: mit
- Created: 2018-08-20T18:09:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T18:08:45.000Z (over 4 years ago)
- Last Synced: 2025-06-23T10:53:19.868Z (6 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/listmerge
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
$ 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