RubyGems Navigation menu

csv-diff 0.6.1

This library performs diffs of CSV data, or any table-like source. 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. Data may be supplied in the form of CSV files, or as an array of arrays. The diff process provides a fine level of control over what to diff, and can optionally ignore certain types of changes (e.g. changes in position). CSV-Diff is particularly well suited to data in parent-child format. Parent- child data does not lend itself well to standard text diffs, as small changes in the organisation of the tree at an upper level can lead to big movements in the position of descendant records. By instead matching records by key, CSV-Diff avoids this issue, while still being able to detect changes in sibling order. This gem implements the core diff algorithm, and handles the loading and diffing of CSV files (or Arrays of Arrays). It also supports converting data in XML format into tabular form, so that it can then be processed like any other CSV or table-like source. It returns a CSVDiff object containing the details of differences in object form. This is useful for projects that need diff capability, but want to handle the reporting or actioning of differences themselves. For a pre-built diff reporting capability, see the csv-diff-report gem, which provides a command-line tool for generating diff reports in HTML, Excel, or text formats.

Gemfile:
= Copier Copié!

installation:
=

Versions:

  1. 0.6.1 - October 21, 2020 (18 ko)
  2. 0.6.0 - August 31, 2020 (18 ko)
  3. 0.5.0 - July 15, 2020 (16,5 ko)
  4. 0.3.5 - March 05, 2018 (14,5 ko)
  5. 0.3.3 - May 17, 2017 (14,5 ko)
Voir toutes les versions (9)

Propriétaires:

Pushed by:

Auteurs:

  • Adam Gardiner

Total de contrôle SHA 256:

8ec556fd4634479337f721650292d9fe8cd47088dc7702d203cd7690fe7df2d8

Total de téléchargements 3 381 142

Pour cette version 3 097 444

License:

MIT

Version de Ruby requise: >= 0

Liens: