takimafr / spring-dbunit

DBUnit support for Spring
Apache License 2.0
40 stars 19 forks source link

Add support for CSV dataset #11

Closed jeantil closed 12 years ago

jeantil commented 12 years ago

Hi,

I like spring-dbunit, unfortunately I work with a legacy database where some columns names contain # characters. The XML datasets fail to parse as # is not allowed in tag or attribute names.

Hence, my proposed patch to support CSV datasets.

I added the support and a unit test demonstrating it in the HSQLDB test.

Please let me know what you think.

Thanks, Jean

slandelle commented 12 years ago

Very cool, thank you! I've released a 1.1.4.