<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Recent changes to news</title><link>http://sourceforge.net/p/supercsv/news/</link><description>Recent changes to news</description><language>en</language><lastBuildDate>Wed, 24 Apr 2013 05:32:21 -0000</lastBuildDate><item><title>Super CSV 2.1.0 Released</title><link>http://sourceforge.net/p/supercsv/news/2013/04/super-csv-210-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Announcing Super CSV 2.1.0.....&lt;/p&gt;
&lt;p&gt;7 new features for you to play with, and 2 bugs squashed! We'd love feedback, so post on the &lt;a class="" href="https://sourceforge.net/p/supercsv/discussion/"&gt;forums&lt;/a&gt;, give a SourceForge &lt;a class="" href="https://sourceforge.net/projects/supercsv/reviews/"&gt;review&lt;/a&gt; or like/+1 our &lt;a class="" href="http://supercsv.sourceforge.net/"&gt;website&lt;/a&gt; :)&lt;/p&gt;
&lt;h3 id="release-notes"&gt;Release Notes&lt;/h3&gt;
&lt;p&gt;Check out the &lt;a class="" href="http://supercsv.sourceforge.net/release_notes.html"&gt;release notes&lt;/a&gt; to see what's new&lt;/p&gt;
&lt;h3 id="download"&gt;Download&lt;/h3&gt;
&lt;p&gt;&lt;a class="" href="http://supercsv.sourceforge.net/downloading.html"&gt;Download details&lt;/a&gt; for Maven and SourceForge&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James Bassett</dc:creator><pubDate>Wed, 24 Apr 2013 05:32:21 -0000</pubDate><guid>http://sourceforge.net4142edb666b71a795ff8f466e3d4a08cc083b689</guid></item><item><title>Maven downloads are through the roof!</title><link>http://sourceforge.net/p/supercsv/news/2013/02/maven-downloads-are-through-the-roof/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Since Super CSV 2.0.0 we've released via Maven, as well as here on SourceForge. Looks like we made the right choice! Monthly downloads from Maven have now surpassed SourceForge...&lt;/p&gt;
&lt;p&gt;&lt;img alt="Download History" src="http://chart.apis.google.com/chart?cht=lc&amp;amp;chs=600x200&amp;amp;chco=326A9E&amp;amp;chxt=x,y&amp;amp;chtt=Downloads+Over+the+Last+12+Months+For+net.sf.supercsv:super-csv&amp;amp;chxr=1,0,1962&amp;amp;chds=0,1962&amp;amp;chxs=1N*s*&amp;amp;chls=3&amp;amp;chm=o,0066FF,0,-1,10,0&amp;amp;chd=t:0,0,0,0,0,0,0,281,893,1238,1467,1962&amp;amp;chxl=0:|Feb2012|Mar2012|Apr2012|May2012|Jun2012|Jul2012|Aug2012|Sep2012|Oct2012|Nov2012|Dec2012|Jan2013" title="Download History" /&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James Bassett</dc:creator><pubDate>Sat, 09 Feb 2013 08:18:18 -0000</pubDate><guid>http://sourceforge.netd98d82ce91903faa89822895ef9012c86b1442fd</guid></item><item><title>Super CSV 2.0.1 Released</title><link>http://sourceforge.net/p/supercsv/news/2012/12/super-csv-201-released/</link><description>This small release restores Java 5 compatibility. Apologies for anyone affected by this - we've put steps in place to prevent that happening again.

As always, we love to hear feedback so please leave a review or post to the forums :)

###Download###

[Website download page](http://supercsv.sourceforge.net/downloading.html)

####Maven####

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;!-- add this to use Super CSV --&gt;
&lt;dependency&gt;
    &lt;groupId&gt;net.sf.supercsv&lt;/groupId&gt;
    &lt;artifactId&gt;super-csv&lt;/artifactId&gt;
    &lt;version&gt;2.0.1&lt;/version&gt;
&lt;/dependency&gt;
&lt;!-- add this as well if you want to use the new Dozer extension --&gt;
&lt;dependency&gt;
    &lt;groupId&gt;net.sf.supercsv&lt;/groupId&gt;
    &lt;artifactId&gt;super-csv-dozer&lt;/artifactId&gt;
    &lt;version&gt;2.0.1&lt;/version&gt;
&lt;/dependency&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James Bassett</dc:creator><pubDate>Sat, 08 Dec 2012 09:44:01 -0000</pubDate><guid>http://sourceforge.net5996760a25d4d770ccad032c87e6507d0735264b</guid></item><item><title>Super CSV 2.0.0 released</title><link>http://sourceforge.net/p/supercsv/news/2012/11/super-csv-200-released/</link><description>After an impressive 1800 downloads on SourceForge and 1000 downloads from Maven in just under 2 months we're happy to announce that version 2.0.0 is out of beta!

We love to hear feedback, so please leave a review or post to the forums :)

###Upgrading?###
If you're upgrading from a previous version, the new release has changes that are not backwards-compatible, so be sure to check the [release notes](http://supercsv.sourceforge.net/release_notes.html).

###Download###

[Website download page](http://supercsv.sourceforge.net/downloading.html)

####Maven####
Super CSV is now available on Maven!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;!-- add this to use Super CSV --&gt;
&lt;dependency&gt;
    &lt;groupId&gt;net.sf.supercsv&lt;/groupId&gt;
    &lt;artifactId&gt;super-csv&lt;/artifactId&gt;
    &lt;version&gt;2.0.0&lt;/version&gt;
&lt;/dependency&gt;
&lt;!-- add this as well if you want to use the new Dozer extension --&gt;
&lt;dependency&gt;
    &lt;groupId&gt;net.sf.supercsv&lt;/groupId&gt;
    &lt;artifactId&gt;super-csv-dozer&lt;/artifactId&gt;
    &lt;version&gt;2.0.0&lt;/version&gt;
&lt;/dependency&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

####Everyone else####
Non-maven users can download the distribution here on SourceForge.
[[download_button]]
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James Bassett</dc:creator><pubDate>Mon, 12 Nov 2012 08:48:21 -0000</pubDate><guid>http://sourceforge.net1f6e096fa3b6deac5f5e9fac425f01e82940b2d2</guid></item><item><title>Super CSV 2.0.0 beta 1 released</title><link>http://sourceforge.net/p/supercsv/news/2012/09/super-csv-200-beta-1-released/</link><description>The Super CSV team (Kasper and James) is proud to announce the [release](http://supercsv.sourceforge.net/release_notes.html) of __Super CSV 2.0.0 beta 1__!

###Summary###
* A new and improved [website](http://supercsv.sourceforge.net)
* 100% [RFC 4180](http://tools.ietf.org/html/rfc4180) compliance
* Maven support
* OSGi support
* New [Dozer extension](http://supercsv.sourceforge.net/examples_dozer.html) with deep mapping and index-based mapping support
* Numerous improvements to readers, writers and cell processors
* Numerous bug fixes

###Upgrading?###
If you're upgrading from a previous version, the new release has changes that are not backwards-compatible, so be sure to check the [release notes](http://supercsv.sourceforge.net/release_notes.html).

###Download###

[Website download page](http://supercsv.sourceforge.net/downloading.html)

####Maven####
Super CSV is now available on Maven (or will be very soon, when the artifacts are synched to Maven central for the first time). 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;!-- add this to use Super CSV --&gt;
&lt;dependency&gt;
    &lt;groupId&gt;net.sf.supercsv&lt;/groupId&gt;
    &lt;artifactId&gt;super-csv&lt;/artifactId&gt;
    &lt;version&gt;2.0.0-beta-1&lt;/version&gt;
&lt;/dependency&gt;
&lt;!-- add this as well if you want to use the new Dozer extension --&gt;
&lt;dependency&gt;
    &lt;groupId&gt;net.sf.supercsv&lt;/groupId&gt;
    &lt;artifactId&gt;super-csv-dozer&lt;/artifactId&gt;
    &lt;version&gt;2.0.0-beta-1&lt;/version&gt;
&lt;/dependency&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

####Everyone else####
Non-maven users can download the distribution here on SourceForge.
[[download_button]]
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James Bassett</dc:creator><pubDate>Mon, 17 Sep 2012 03:47:40 -0000</pubDate><guid>http://sourceforge.net376d438c88568c808fd260c65d4775bafae9b54a</guid></item><item><title>v1.51 super csv released</title><link>http://sourceforge.net/p/supercsv/news/2008/08/v151-super-csv-released/</link><description>Hi All. Yet another release of Super CSV. This time with extended support for autoboxing double's, float's and booleans...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kasper B. Graversen</dc:creator><pubDate>Fri, 14 Sep 2012 20:43:02 -0000</pubDate><guid>http://sourceforge.net34527847fd617585d16fc2fd05588a91ca6daaaa</guid></item><item><title>4k downloads reached!</title><link>http://sourceforge.net/p/supercsv/news/2008/02/4k-downloads-reached/</link><description>Who said CSV files were dead!? Its less than 3 months since super csv hit the 2000 download mark and has now hit the 4000 downloads! This calls for champagne! 

I sincerely hope the download statistics continue this way, and that more good ideas will be discussed in the forums. Since the last download benchmark a lot of stuff has happened, and there is even more in the pipeline. So look out for future releases and spread the word about super csv both to friend, blog about it and tell of your experiences in the forums!

happy CSV'ing

-Kasper</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kasper B. Graversen</dc:creator><pubDate>Fri, 14 Sep 2012 20:43:02 -0000</pubDate><guid>http://sourceforge.nete68ec2be3f1681c182b0a2dbbbaa2dd5ccbd09ac</guid></item><item><title>super csv v1.30 released</title><link>http://sourceforge.net/p/supercsv/news/2008/01/super-csv-v130-released/</link><description>We are very excited to present yet another release of Super CSV, version 1.30.

Super CSV is a free CSV reader/writer with a wealth of features to suit all your CSV needs. The framework evolves around the
notion of cell processors which enables a highly customizable and verbose specification of how to read and write CSV files.

Highlights of this release:

* BeanReader now accepts interface types to read into. The reader will create an implementation on-the-fly of the interface
and use this.

* the ITokenizer interface has become public, making 3rd party extensions better integrated. 

* The exception class now contains the file context in which it was thrown. And generally, all places exceptions are 
thrown have been cleaned up, streamlined and now passes the file context upon an exception.

* An overloaded read() has been removed entirely

* Added the following new cell processors: ParseBigDecimal 

* A new exception SuperCSVReflectionException replaces annoying Java checked exceptions
ClassNotFoundException, IllegalAccessException, InstantiationException, InvocationTargetException, NoSuchMethodException

* More methods now use the &amp;quot;...&amp;quot; notation for easy use.

Super CSV is Available at http://supercsv.sourceforge.net/
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kasper B. Graversen</dc:creator><pubDate>Fri, 14 Sep 2012 20:43:02 -0000</pubDate><guid>http://sourceforge.netc76c75073e7e4d3eaf405501551b7452e34ecfd4</guid></item><item><title>v1.20 released!</title><link>http://sourceforge.net/p/supercsv/news/2007/11/v120-released/</link><description>We are very excited to present yet another release of Super CSV, version 1.20.
Super CSV is a free CSV reader/writer with a wealth of features to suit all your CSV needs. The framework evolves around the
notion of cell processors which enables a highly customizable and verbose specification of how to read and write CSV files.

This release has a few new Cell processors and some updated API's for writers
and improved overall documentation. The main gain in this release is the ConvertNullTo processor.

Highlights:

* Added the ConvertNullTo cell processor which enables better support for writing partial objects, maps and lists.

* Changed method signatures to use the Java 5 &amp;quot;...&amp;quot; notation to make the programming more natural. This has been done for

   - Various writers writeHeader()

   - ForbidSubStr, Required, StrLen

* Small bugfix in processor StrLen
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kasper B. Graversen</dc:creator><pubDate>Fri, 14 Sep 2012 20:43:01 -0000</pubDate><guid>http://sourceforge.netcf210db2b1e1f7390c7671fbbcec621d0f47d370</guid></item><item><title>v1.16</title><link>http://sourceforge.net/p/supercsv/news/2007/10/v116/</link><description>This release is mostly concerned with how the .jar file is built. This time it should be JDK 5 compatible out of the box!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kasper B. Graversen</dc:creator><pubDate>Fri, 14 Sep 2012 20:43:01 -0000</pubDate><guid>http://sourceforge.netf7b59132ae180e6ac0414c1019c6d89584a386a2</guid></item></channel></rss>