I am looking for a simple tool to generate a DBUnit dataset from existing data in a database. Namely I need to be able to construct a query of a limited amount of that data, and just use these results for the dataset.
Eclipse has a tool, but as far as I can tell, it only lets you pull all data out of a given table, but that is much too much data for my purposes.
Anybody know of a good (free) tool for this purpose?