| Parameter | Description |
|---|---|
| jdbc.driver | (optional) JDBC driver used for the communication to the database. Default: org.hsqldb.jdbcDriver |
| jdbc.url | URL for the given JDBC driver. Default: jdbc:hsqldb:mem |
| OUT: jdbc.connectionpool | Name of the parameter, wher connectionpool is referenced. |
| sourceFile | Path or URL to input file(s) |
| tablen | lenth of tab that should be used for reading file(s) |
| tablename | Name of Table to be created |
| jdbc.deletetable | Should table be deleted (optional, default false) |