hello Bruce, I am able to generate the xml from cobol copybook and comparision is also working with batch. I would need your help in modifying the comparisoon results if possible. As of now, we are seeing nothing if all records are matching. Is it possible to get the summary, like 20 records are compared and 20 are matching and 5 are not matching. Also, the list of unmatched records after this.
in this file \abcd\COMPARE_RESULT.xml I've the fields on which i want to run the comparision. Basically, I have two files which uses a cobol copybook format. In above .xml I have the fields which I want to used for comparasion. I am not using database for anything.
Could you please help me running the saved xml and html via batch. I am executing below command java -jar "C:\Program Files (x86)\RecordEdit\HSQL\lib\run.jar" net.sf.RecordEditor.diff.BatchDiff -xml \abcd\COMPARE_RESULT.xml -htmlFile \abcd\RESULT.HTML and getting below error: HSQL DB >>C:\Users\ABC\RecordEditor_HSQL\Database<< HSQL DB >>C:\Users\ABC\RecordEditor_HSQL\Database<< ---> 1 : jdbc:hsqldb:file:C:\Users\ABC\RecordEditor_HSQL\Database/recordedit;readonly=no; jdbc:hsqldb:file:C:\Users\ABC\RecordEditor_HSQL\Database/recordedit;readonly=true;...