RubyGems Navigation menu

csv-diff-report 0.2

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 or HTML-based diff reports. It also provides a command-line tool for generating these diff reports from CSV files.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.4.1 - July 31, 2018 (18 KB)
  2. 0.3.5 - March 05, 2018 (17.5 KB)
  3. 0.3.4 - May 17, 2017 (17.5 KB)
  4. 0.3.2 - January 26, 2016 (14.5 KB)
  5. 0.3.1 - February 23, 2015 (15 KB)
  6. 0.2 - August 11, 2014 (14.5 KB)
Show all versions (7 total)

Runtime Dependencies (4):

arg-parser >= 0.1
axlsx ~> 1.3
color-console >= 0.1
csv-diff >= 0.1

Owners:

Authors:

  • Adam Gardiner

SHA 256 checksum:

ebfb6a97d7db895d4c40202a2c1d63add3eee8479fc6fcc7402d53392cd85ae6

Total downloads 29,050

For this version 2,719

Licenses:

N/A

Required Ruby Version: >= 0

Links: