Share

csvdiff

File Release Notes and Changelog

Release Name: csvdiff 1.6

Notes:
-numeric comparision for selected columns, use -n Option, example -n "2;5" to compare column 2 and 5 numerical
-numeric comparision for all columns EXPECT the selected ones, example -n "-2;5" to compare all columns numerical expect column 2 and 5
-choosable decimal and 1000's separator
-if you want to compare a column numerical, but there are none numerical values, a warning will be shown, and a string comparison is used as fallback
-check weather a keycolumn is empty/NULL
-check for duplicate key's
-verbose mode: all selected options are displayed in output
-columnames can now be the first line in both files
-the complete lines which are compared will now just be show if you use -l option


Changes: see release notes