Share

csvdiff

File Release Notes and Changelog

Release Name: first workin version

Notes:
This is the first working version of csvdiff.
Two sample csv files with data to compare and a file with columnames are also in thes release, to get an idea of how it should work. Call the script like:
perl csvdiff.pl -a act.csv -e exp.csv -s ";" -c col_names.csv

And you'll get:
Record 00014: is different
Actual  : 200101400;200101401;1;;;;Earl;;;2;2005-12-23;97
Expected: 200101400;200101401;1;;;;Namenszusatz1_14;;;3;01.03.2006;96
  Difference in field Nr.: 6 - Namenszusatz
  Actual  : Earl
  Expected: Namenszusatz1_14

  Difference in field Nr.: 9 - Anz_Erinnerungen
  Actual  : 2
  Expected: 3

  Difference in field Nr.: 10 - Dat_Rueckgabe
  Actual  : 2005-12-23
  Expected: 01.03.2006

  Difference in field Nr.: 11 - VeraerbeitungMM
  Actual  : 97
  Expected: 96

as result.

Changes: