Skip to content
Roman Stumm edited this page Jun 3, 2015 · 3 revisions

File Import Framework

Introduction

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.

Reference dbimport in maven pom.xml

  <dependency>
    <groupId>de.viaboxx</groupId>
    <artifactId>dbimport</artifactId>
    <version>2.5.10</version>
  </dependency>

Documentation