/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
- <?xml version="1.0" encoding="UTF-8"?>
- <beans xmlns="http://www.springframework.org/schema/beans"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.springframework.org/schema/beans
- http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
- <bean id="plan" class="org.diffkit.diff.conf.DKMagicPlan">
- <property name="lhsFilePath" value="./test23.lhs.csv" />
- <property name="rhsFilePath" value="./test23.rhs.csv" />
- <property name="sinkFilePath" value="./test23.sink.diff" />
- <property name="withSummary" value="TRUE" />
- <property name="ignoreColumnNames">
- <list>
- <value>COLUMN5</value>
- </list>
- </property>
- <property name="displayColumnNames">
- <list>
- <value>COLUMN1</value>
- <value>COLUMN2</value>
- <value>COLUMN3</value>
- </list>
- </property>
- <property name="groupByColumnNames">
- <list>
- <value>COLUMN2</value>
- <value>COLUMN3</value>
- </list>
- </property>
- </bean>
- </beans>