rmpestano/dbunit-rules

DataSet exporter

Closed this issue · 0 comments

Create a component to export datasets based on a JDBC connection.

Implement it as a maven plugin.

Parameters can be:

  • database configuration (url, user, password)
  • jdbc driver class
  • dataset format (xml,yml,xsl or json)
  • includes/excludes (table names)

output:

DataSet file based on database state of provided connection.