Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skorotkiewicz/merge-csv-keepass
Merge multiple databases and remove duplikats from CSV files (e.g. Keepass)
https://github.com/skorotkiewicz/merge-csv-keepass
csv keepass nodejs
Last synced: about 1 month ago
JSON representation
Merge multiple databases and remove duplikats from CSV files (e.g. Keepass)
- Host: GitHub
- URL: https://github.com/skorotkiewicz/merge-csv-keepass
- Owner: skorotkiewicz
- Created: 2021-05-31T02:21:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T23:27:22.000Z (over 3 years ago)
- Last Synced: 2024-12-01T17:46:00.332Z (about 1 month ago)
- Topics: csv, keepass, nodejs
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# merge-csv-keepass
### Merge multiple CSV files and remove duplikats (e.g. Keepass)
The script checks each row, if even one column is different, it does not delete the entire row.
![screenshot](https://i.imgur.com/o0DMZlH.png)
## Install
```
$ npm install merge-csv-keepass -g
or
$ yarn global add merge-csv-keepass
```## Usage
```
merge-csv-keepass --source db1.csv db2.csv --output output.csv
```or
```
merge-csv-keepass -s db1.csv db2.csv -o output.csv
```> Be careful, the script overwrites the output file!
## Developing
```
$ git clone https://github.com/skorotkiewicz/merge-csv-keepass$ yarn install
# node index.js
```