Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 934 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 934 Bytes

csvbang

CSVBang is a Java written thread-safe API. Its annotations allow a easy way to bind CSV file's records to Java Beans.

Current version: 0.1.0

Maven dependency:

<dependency>
    <groupId>com.github.lecogiteur</groupId>
    <artifactId>csvbang</artifactId>
    <version>0.1.0</version>
</dependency>

Quick start: list of examples

Reports and Downloads: