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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.flatpack
ArtifactId

ArtifactId

flatpack-parent
Last Version

Last Version

4.0.18
Release Date

Release Date

Type

Type

pom
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

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.flatpack/flatpack-parent/ -->
<dependency>
    <groupId>net.sf.flatpack</groupId>
    <artifactId>flatpack-parent</artifactId>
    <version>4.0.18</version>
    <type>pom</type>
</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:pom:4.0.18'
<dependency org="net.sf.flatpack" name="flatpack-parent" rev="4.0.18">
  <artifact name="flatpack-parent" type="pom" />
</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

Versions

Version
4.0.18
4.0.17
4.0.16
4.0.15
4.0.14
4.0.13
4.0.12
4.0.11
4.0.10
4.0.9
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.4.3
3.4.2
3.4.1
3.4.0