1f8b48b772
Approved by: portmgr blanket
9 lines
291 B
Text
9 lines
291 B
Text
csvdiff is a Perl script to diff/compare two csv files with the possibility
|
|
to select the separator.
|
|
|
|
Differences will be shown like:
|
|
"Column XYZ in record 999" is different.
|
|
After this, the actual and the expected result for this
|
|
column will be shown.
|
|
|
|
WWW: http://csvdiff.sourceforge.net/
|