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: 32,878 of 186,959
Downloads: 37,474

Daily

Ranking: 21,292 of 186,713
Downloads: 38

Depended by

RankDownloadsName

Depends on

RankDownloadsName
1,66718,468,505axlsx
3,3963,488,383csv-diff
26,93649,491color-console
26,97949,374arg-parser

Owners

#GravatarHandle
1iconadamgardiner