merge-csv-keepass

1.0.5 • Public • Published

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

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

Versions

Current Tags

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

Version History

Package Sidebar

Install

npm i merge-csv-keepass

Weekly Downloads

4

Version

1.0.5

License

MIT

Unpacked Size

4.65 kB

Total Files

9

Last publish

Collaborators

  • skorotkiewicz