csvdiff 1.3 review

Download
by rbytes.net on

csvdiff is a simple perl script to compare two (comma) seperated files with each other

License: GPL (GNU General Public License)
File size: 0K
Developer: Roland Schmitz
0 stars award from rbytes.net

csvdiff is a simple perl script to compare two (comma) seperated files with each other. The part that is different to standard diff is, that you'll get the number of the record where the difference occours and the field/column which is different.

The separator can be set to the value you want it to. Also you have to provide a third file which contains the columnnames in one(!) line separated by your separator. I wrote csvdiff to compare two database unloadfiles, but you can use it for any kind of file which has separators.

Requirements:
Getopt::Std
Data::Dumper, deactivated just needed for debugging

csvdiff 1.3 search tags