ppodgorsek / spring-test-dbunit

Integration between the Spring testing framework and DBUnit
Apache License 2.0
41 stars 6 forks source link

Support CSV dataset files #107

Closed ppodgorsek closed 5 years ago

ppodgorsek commented 5 years ago

It is important to support the datasets that DBUnit provides.

pavel-kalmykov commented 5 years ago

would you mind to take a look at my issue, please? https://github.com/springtestdbunit/spring-test-dbunit/issues/162#issue-426096607

ppodgorsek commented 5 years ago

@paveltrufi I replied to your comment on that issue. If it doesn't solve your problem, could you create a dedicated separate ticket in this project please? A general remark about GitHub projects: please do not select random tickets to put comments in, it's always better to create new tickets if none fit the issue you are experiencing. (CSV datasets have nothing to do with your issue)

ppodgorsek commented 5 years ago

The CSV support has been done and merged to the master branch.