org.molgenis.gids.tools.compare
Class ValidationChecker
java.lang.Object
org.molgenis.gids.tools.compare.ValidationChecker
public class ValidationChecker
- extends Object
This script is created to compare 2 excelfiles. The files are given via the
arguments
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
public BufferedWriter logger
ValidationChecker
public ValidationChecker()
check
public void check(String file1,
String file2,
BufferedWriter logger)
throws IOException
- Throws:
IOException
compareRows
public static void compareRows(Tuple firstTuple,
Tuple secondTuple,
List<String> listOfHeaders,
LinkedHashMap<String,String> hashCheckedValues,
BufferedWriter logger)
throws IOException
- Throws:
IOException
Copyright © 2013. All Rights Reserved.