Search found 1 match
- Tue Sep 06, 2005 3:46 am
- Forum: ExamDiff Pro
- Topic: Comparing Numeric Columns in CSVs
- Replies: 1
- Views: 7212
Comparing Numeric Columns in CSVs
I have two csv files to compare. Some of the columns are ASCII numeric and I would like values that are equivalent to a specifiable number of decimal places (in this case 6dp) to be considered equal. e.g. if the two files contain "3.4567890" and "3.4567894" they are equal but if the second file ...