JFlat 8

Convert flat files to Java Beans and vice versa. Some supported formats are CSV, fixed-width, arbitrary regex, and more. JFlat 8 is highly extensible and can be adopted to support additional formats.

License

License

GroupId

GroupId

com.tecacet
ArtifactId

ArtifactId

jflat8
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

JFlat 8
Convert flat files to Java Beans and vice versa. Some supported formats are CSV, fixed-width, arbitrary regex, and more. JFlat 8 is highly extensible and can be adopted to support additional formats.
Project URL

Project URL

https://github.com/algorythmist/jflat8/
Project Organization

Project Organization

TecAceT
Source Code Management

Source Code Management

https://github.com/algorythmist/jflat8

Download jflat8

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.commons : commons-csv jar 1.5
org.objenesis : objenesis jar 2.5.1
org.jodd : jodd-bean jar 3.8.6
org.slf4j : slf4j-api jar 1.7.25

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

jflat8

Read and write from flat files to Java objects

Versions

Version
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1