![]() |
jDBSync | ||||||||||||||||||||||
|
Compare taskThis task is used to compare two XML files which have been exported with Export task. This task creates another XML file with missing data. To create SQLs from this file <createSql> task should be used. Java class is org.chur.ant.db.jdbsynch.compare.CompareTask Parameters
Examples<taskdef name="compare" classname="org.chur.ant.db.jdbsynch.compare.CompareTask"/> <compare pattern="ideal.xml" compareTo="wrong.xml" out="suspicious.xml"/> Where:
Compare two exported data sets and save data which should be added/updated/inserted into database. |