|
dbimport
file import framwork
Featured IntroductionA 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. Reference dbimport in maven pom.xml <dependency>
<groupId>de.viaboxx</groupId>
<artifactId>dbimport</artifactId>
<version>2.5.0</version>
</dependency>Documentation |
► Sign in to add a comment