/tst/org/diffkit/diff/testcase/test35.plan.xml

http://diffkit.googlecode.com/ · XML · 27 lines · 24 code · 3 blank · 0 comment · 0 complexity · 56a17198b661d36c7c0c27e292611103 MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <beans xmlns="http://www.springframework.org/schema/beans"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://www.springframework.org/schema/beans
  5. http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
  6. <bean id="plan" class="org.diffkit.diff.conf.DKMagicPlan">
  7. <property name="lhsSpreadSheetFilePath" value="./test35.lhs.xls" />
  8. <property name="lhsSpreadSheetName" value="test target" />
  9. <property name="rhsFilePath" value="./test35.rhs.csv" />
  10. <property name="hasHeader" value="true" />
  11. <property name="isSorted" value="false" />
  12. <property name="keyColumnNames">
  13. <list>
  14. <value>COLUMN1</value>
  15. </list>
  16. </property>
  17. <property name="toleranceMap">
  18. <map>
  19. <entry key="0.1" value="COLUMN8,COLUMN9" />
  20. </map>
  21. </property>
  22. <property name="sinkFilePath" value="./test35.sink.diff" />
  23. </bean>
  24. </beans>