1.0.7 • Published 4 years ago

@mikeal/csv-merge v1.0.7

Weekly downloads
9
License
(Apache-2.0 AND M...
Repository
github
Last release
4 years ago

csv-merge

Takes two CSV files with identical columns and writes the last column to new names in a new csv file.

const fs = require('fs')
const read = fs.readFileSync
const f1 = '../npm-regressions/2019-02---2019-02/depOwnersPerMonth.csv'
const f2 = '../npm-regressions/2019-02---2019-02/ownerReleasesByMonth.csv'
const string = merge(read(f1), read(f2), 'dependedOn', 'releases')
console.log(string) // string of the new csv
1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago