fm.announce
[Top] [All Lists]

Super CSV 1.01 - A CSV data handling library for Java 5.

Subject: Super CSV 1.01 - A CSV data handling library for Java 5.
From:
Date: Tue, 18 Sep 2007 10:42:29 +0000 UTC
Newsgroups: fm.announce
Super CSV 1.01  
  by Dr. Kasper Graversen (http://freshmeat.net/~kbilsted/)
  Tue, Sep 18th 2007 03:42 

About:
Super CSV is a CSV package for the Java 5+ platform. It operates on streams
rather than file names, so you can read and write files of any encoding
from any kind of source. It operates on maps and POJO beans, so you don't
have to convert to or from String arrays. It has a powerful notion of a
cellprocessor which enables you to regard columns in your CSV files as
real types such as numbers and dates rather than as strings. Additionally,
the processors can also act as a constraint mechanism, enabling you to
naturally specify constraints on your data.  

Changes:
Support for inherited properties in the bean reader/writer. The JAR was
changed and is now usable under JDB 5+. 

Release focus: Initial freshmeat announcement 
      License: The Apache License 2.0 
  Project URL: http://freshmeat.net/projects/supercsv/

            Homepage: 
http://freshmeat.net/redir/supercsv/71350/url_homepage/supercsv.sourceforge.net
                 Zip: 
http://freshmeat.net/redir/supercsv/71350/url_zip/showfiles.php
 
 
____________________________| Advertising |____________________________
Open source and Linux from HP 

<Prev in Thread] Current Thread [Next in Thread>
  • Super CSV 1.01 - A CSV data handling library for Java 5., supercsv <=