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

http://diffkit.googlecode.com/ · XML · 33 lines · 30 code · 3 blank · 0 comment · 0 complexity · 20d84efd89ebb67aafc40a74bdca3c40 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="lhsFilePath" value="./test23.lhs.csv" />
  8. <property name="rhsFilePath" value="./test23.rhs.csv" />
  9. <property name="sinkFilePath" value="./test23.sink.diff" />
  10. <property name="withSummary" value="TRUE" />
  11. <property name="ignoreColumnNames">
  12. <list>
  13. <value>COLUMN5</value>
  14. </list>
  15. </property>
  16. <property name="displayColumnNames">
  17. <list>
  18. <value>COLUMN1</value>
  19. <value>COLUMN2</value>
  20. <value>COLUMN3</value>
  21. </list>
  22. </property>
  23. <property name="groupByColumnNames">
  24. <list>
  25. <value>COLUMN2</value>
  26. <value>COLUMN3</value>
  27. </list>
  28. </property>
  29. </bean>
  30. </beans>