Last Version

FlatPack Parent 4.0.18

Simple Java delimited and fixed width file parser. Handles CSV, Excel CSV, Tab, Pipe delimiters. Bind delimited or fixed width text to column names via XML mappings. Support for header and trailer records. Optionally, column names can be retrieved from the first record of a delimited file.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.flatpack
ArtifactId

ArtifactId

flatpack-parent
Version

Version

4.0.18
Type

Type

jar
Description

Description

FlatPack Parent
Simple Java delimited and fixed width file parser. Handles CSV, Excel CSV, Tab, Pipe delimiters. Bind delimited or fixed width text to column names via XML mappings. Support for header and trailer records. Optionally, column names can be retrieved from the first record of a delimited file.
Project URL

Project URL

https://github.com/Appendium/flatpack
Project Organization

Project Organization

Appendium - Portfolio Financing Platform

Download flatpack-parent 4.0.18


<!-- https://jarcasting.com/artifacts/net.sf.flatpack/flatpack-parent/ -->
<dependency>
    <groupId>net.sf.flatpack</groupId>
    <artifactId>flatpack-parent</artifactId>
    <version>4.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.flatpack/flatpack-parent/
implementation 'net.sf.flatpack:flatpack-parent:4.0.18'
// https://jarcasting.com/artifacts/net.sf.flatpack/flatpack-parent/
implementation ("net.sf.flatpack:flatpack-parent:4.0.18")
'net.sf.flatpack:flatpack-parent:jar:4.0.18'
<dependency org="net.sf.flatpack" name="flatpack-parent" rev="4.0.18">
  <artifact name="flatpack-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.flatpack', module='flatpack-parent', version='4.0.18')
)
libraryDependencies += "net.sf.flatpack" % "flatpack-parent" % "4.0.18"
[net.sf.flatpack/flatpack-parent "4.0.18"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • flatpack
  • flatpack-excel
  • flatpack-samples