1.0.5 • Published 4 years ago
merge-csv-keepass v1.0.5
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-keepassUsage
merge-csv-keepass --source db1.csv db2.csv --output output.csvor
merge-csv-keepass -s db1.csv db2.csv -o output.csvBe careful, the script overwrites the output file!
Developing
$ git clone https://github.com/skorotkiewicz/merge-csv-keepass
$ yarn install
# node index.js