How can we easily import/export database data which dbunit could take in the following format?
<dataset>
<tablea cola="" colb="" />
<tableb colc="" cold="" />
</dataset>
I’d like to find a way to export the existing data from database for my unit test.
Blue, this will let you export your data in the format you wanted.