-
Notifications
You must be signed in to change notification settings - Fork 0
DbImport
Roman Stumm edited this page Jun 3, 2015
·
3 revisions
A small framework with classes for excel-format, csv-file, fixed-length-file or xml-file imports. An importer can be implemented without any additional configuration. You just implement a java-class that uses some of the utility classes or - even better - write a groovy-script.
Some of the utility classes are designed for simple usage from within groovy.
<dependency>
<groupId>de.viaboxx</groupId>
<artifactId>dbimport</artifactId>
<version>2.5.10</version>
</dependency>
- JavaDoc
- [Examples](DbImport Example)