Categories: None [Edit]

csv-diff-report

https://rubygems.org/gems/csv-diff-report
https://github.com/agardiner/csv-diff-report
This library generates diff reports of CSV files, using the diff capabilities of the CSV Diff gem. Unlike a standard diff that compares line by line, and is sensitive to the ordering of records, CSV-Diff identifies common lines by key field(s), and then compares the contents of the fields in each line. CSV-Diff Report takes the diff information calculated by CSV-Diff, and uses it to produce Excel, HTML, or text diff reports. It also provides a command-line tool (csvdiff) for generating these diff reports from CSV files. The csvdiff command-line tool supports both file and directory diffs. As directories may contain files of different formats, .csvdiff files can be used to match file names to file types, and specify the appropriate diff settings for each file type.

Total

Ranking: 36,429 of 180,448
Downloads: 28,888

Daily

Ranking: 20,567 of 180,434
Downloads: 27

Depended by

RankDownloadsName

Depends on

RankDownloadsName
1,48816,381,716axlsx
3,0283,384,649csv-diff
29,49638,188arg-parser
29,75237,732color-console

Owners

#GravatarHandle
1iconadamgardiner