RubyGems Navigation menu

csv-diff 0.2

This library performs diffs of CSV files. 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.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.6.1 - October 21, 2020 (18.0 KB)
  2. 0.6.0 - August 31, 2020 (18.0 KB)
  3. 0.5.0 - July 15, 2020 (16.5 KB)
  4. 0.3.5 - March 05, 2018 (14.5 KB)
  5. 0.3.3 - May 17, 2017 (14.5 KB)
  6. 0.2 - August 11, 2014 (12.0 KB)
顯示所有版本(共 9)

擁有者:

作者:

  • Adam Gardiner

SHA 256 總和檢查碼:

= 複製 已複製

總下載次數 3,391,493

這個版本 4,004

授權:

Ruby 版本需求: >= 0

相關連結: