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

http://diffkit.googlecode.com/ · XML · 19 lines · 16 code · 3 blank · 0 comment · 0 complexity · 351c7380ce7577b3ee1a5dee58bfcb1f 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="./test11.lhs.csv" />
  8. <property name="rhsFilePath" value="./test11.rhs.csv" />
  9. <property name="keyColumnNames">
  10. <list>
  11. <value>COLUMN3</value>
  12. </list>
  13. </property>
  14. <property name="sinkFilePath" value="./tes11.sink.diff" />
  15. </bean>
  16. </beans>