Goal | Description |
---|---|
dbunit | generate dataset and dtd for connection |
dbunit:delete-dataset | Import a dbunit dataset |
dbunit:export-xls |
Create a spreadsheet in target/dbunit/export.xls from a set of tables.
Specify a variable called tables as a comma separated
list of tables to export, or leave it blank for all.
|
dbunit:flat2xml |
Convert a flat XML file, specified by the variable input
into an XML file specified by the variable output .
Both input and output variables are file names.
|
dbunit:generate-dataset | Generate a dbunit dataset for a connection |
dbunit:generate-dtd | Generate a dbunit dtd for a connection |
dbunit:import-dataset | Import a dbunit dataset |
dbunit:import-xls |
Import a spreadsheet specified by the
You can also specify the type of import via the
|
dbunit:xls2xml |
Convert an Excel spreadsheet, specified by the variable input
into an XML file specified by the variable output .
Both input and output variables are file names.
|
dbunit:xml2flat |
Convert an XML file, specified by the variable input
into a flat XML file specified by the variable output .
Both input and output variables are file names.
|
dbunit:xml2xls |
Convert an XML formatted dataset, specified by the variable input
into a spreadsheet (xls file) specified by the variable output .
Both input and output variables are file names.
|