Row-Bean is a CSV-Bean JAVA API . Row-Bean provides CSV reader an writer. More ever provides a mechanism to map csv file content to java beans and revers. For each use, a XML description must describe the wished mapping. Another possibility consists in use Annotations.


Use under maven :
<!-- row bean with annotations -->
<dependencies>
<dependency>
<groupId>net.sf.csv-bean</groupId>
<artifactId>row-bean-annotations</artifactId>
<version>1.1.0</version>
</dependency>
</dependencies>


<!-- row bean without annotations -->
<dependencies>

<dependency>
<groupId>net.sf.csv-bean</groupId>
<artifactId>row-bean-core</artifactId>
<version>1.1.0</version>
</dependency>
</dependencies>

Features

  • Since 1.1.0 version, this api is distributed on the public maven repository
  • Mapping by annotations
  • XML Mapping alternative
  • CSV and ODS file
  • CSV reader/writer configurable(delimiter, separator, charset,...)
  • RFC 4180 compliance
  • Automatic data conversion (number, enum, string, boolean, ...) and date conversion
  • Custom conversion
  • String transformation(trim, upercase, replacement,...)

Project Samples

Project Activity

See All Activity >

Categories

CSV

License

Apache License V2.0

Follow Row-Bean

Row-Bean Web Site

Other Useful Business Software
An All-in-One EMR Exclusively for Therapy and Rehab. Icon
An All-in-One EMR Exclusively for Therapy and Rehab.

Electronic Medical Records Software

Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Row-Bean!

Additional Project Details

Intended Audience

Developers

Programming Language

Java

Related Categories

Java CSV Software

Registered

2009-06-01