Jar examples for f:flatpack
Simple Java delimited and fixed width file parser. Handles CSV, Excel CSV, Tab, Pipe delimiters, just to name a few. Maps column positions in the file to user friendly names via XML. See FlatPack Feature List under News for complete feature list.
You can download jar file flatpack 3.4.0 in this page.
You can use the following script to add flatpack-3.4.0.jar to your project.
<dependency> <groupId>net.sf.flatpack</groupId> <artifactId>flatpack</artifactId> <version>3.4.0</version> </dependency>
compile group: 'net.sf.flatpack', name: 'flatpack', version: '3.4.0'
libraryDependencies += "net.sf.flatpack" % "flatpack" % "3.4.0"
<dependency org="net.sf.flatpack" name="flatpack" rev="3.4.0"/>
@Grapes(@Grab(group='net.sf.flatpack', module='flatpack', version='3.4.0'))
'net.sf.flatpack:flatpack:jar:3.4.0'
Click the following link to download the jar file.
flatpack-3.4.0-javadoc.jar