Read and write data from excel, csv, json, xml, jdbc and text plan fixed width
Maven repository:
Dependency in your pom.xml
<dependency>
<groupId>com.northconcepts</groupId>
<artifactId>datapipeline</artifactId>
<version>2.3.3</version>
</dependency>
Repository add in your pom.xml
<repositories>
<repository>
<id>datapipeline-mvn-repo</id>
<url>https://raw.github.com/fredtucs/mvnrepository/mvn-repo/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>