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: 4 months 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T23:27:22.000Z (about 4 years ago)
- Last Synced: 2025-03-01T11:35:16.562Z (4 months 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.

## 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
```