<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: opencsv 1.8 ships &#8211; now with Bean binding</title>
	<atom:link href="http://blogs.bytecode.com.au/glen/2007/07/31/opencsv-1-8-ships-now-with-bean-binding.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.bytecode.com.au/glen/2007/07/31/opencsv-1-8-ships-now-with-bean-binding.html</link>
	<description>Java, XML and all that Jazz... from Canberra, Australia</description>
	<lastBuildDate>Mon, 20 May 2013 08:15:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Maulik </title>
		<link>http://blogs.bytecode.com.au/glen/2007/07/31/opencsv-1-8-ships-now-with-bean-binding.html#comment-919</link>
		<dc:creator>Maulik </dc:creator>
		<pubDate>Mon, 21 Mar 2011 18:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.bytecode.com.au/glens/2007/07/31/opencsv-1-8-ships-now-with-bean-binding/#comment-919</guid>
		<description><![CDATA[Hi Glen, I am using OpenCSV for my development purposes. I am also facing the same issue as to parse through Blank Lines. I&#039;ve latest version but still reader object doesn&#039;t check for Blank Lines. Basically first, I am reading all lines by readAll and iterating through that list to get my String Array but since it doesnt have API, I&#039;ve to check runtime. It will be great if it is inbuilt functionality.]]></description>
		<content:encoded><![CDATA[<p>Hi Glen, I am using OpenCSV for my development purposes. I am also facing the same issue as to parse through Blank Lines. I&#8217;ve latest version but still reader object doesn&#8217;t check for Blank Lines. Basically first, I am reading all lines by readAll and iterating through that list to get my String Array but since it doesnt have API, I&#8217;ve to check runtime. It will be great if it is inbuilt functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prabhanjan</title>
		<link>http://blogs.bytecode.com.au/glen/2007/07/31/opencsv-1-8-ships-now-with-bean-binding.html#comment-918</link>
		<dc:creator>Prabhanjan</dc:creator>
		<pubDate>Thu, 09 Dec 2010 10:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.bytecode.com.au/glens/2007/07/31/opencsv-1-8-ships-now-with-bean-binding/#comment-918</guid>
		<description><![CDATA[OpenCSV parser is unable parse to JavaBean with Integer or Data data type.
Kindly me know the way to type those datatypes]]></description>
		<content:encoded><![CDATA[<p>OpenCSV parser is unable parse to JavaBean with Integer or Data data type.<br />
Kindly me know the way to type those datatypes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen Smith</title>
		<link>http://blogs.bytecode.com.au/glen/2007/07/31/opencsv-1-8-ships-now-with-bean-binding.html#comment-917</link>
		<dc:creator>Glen Smith</dc:creator>
		<pubDate>Fri, 25 Sep 2009 09:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.bytecode.com.au/glens/2007/07/31/opencsv-1-8-ships-now-with-bean-binding/#comment-917</guid>
		<description><![CDATA[@Himanshu Can you try with opencsv 2.0.1? I think there were some fixes about this at some stage. Feel free to raise an issue (with sample data) if it&#039;s still not working the way you think.
]]></description>
		<content:encoded><![CDATA[<p>@Himanshu Can you try with opencsv 2.0.1? I think there were some fixes about this at some stage. Feel free to raise an issue (with sample data) if it&#8217;s still not working the way you think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Himanshu</title>
		<link>http://blogs.bytecode.com.au/glen/2007/07/31/opencsv-1-8-ships-now-with-bean-binding.html#comment-916</link>
		<dc:creator>Himanshu</dc:creator>
		<pubDate>Fri, 25 Sep 2009 09:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.bytecode.com.au/glens/2007/07/31/opencsv-1-8-ships-now-with-bean-binding/#comment-916</guid>
		<description><![CDATA[Hi Glen,
I used opencsv and found that it is not handling the blank lines because the csv is having extra rows with just commas the separator for next value. Hence CsvToBean is creating a bean with blank strings, So does CSVReader does not check for only commas i.e. in nextLine. ]]></description>
		<content:encoded><![CDATA[<p>Hi Glen,<br />
I used opencsv and found that it is not handling the blank lines because the csv is having extra rows with just commas the separator for next value. Hence CsvToBean is creating a bean with blank strings, So does CSVReader does not check for only commas i.e. in nextLine. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B Bosoe</title>
		<link>http://blogs.bytecode.com.au/glen/2007/07/31/opencsv-1-8-ships-now-with-bean-binding.html#comment-915</link>
		<dc:creator>B Bosoe</dc:creator>
		<pubDate>Mon, 10 Aug 2009 06:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.bytecode.com.au/glens/2007/07/31/opencsv-1-8-ships-now-with-bean-binding/#comment-915</guid>
		<description><![CDATA[Hi Glen, I like opencsv, great tool.  Can opencsv append?  I may have missed something, but every time I use the writer, it scraps the complete document, so I have to do some coding gymnastics to keep the stuff that&#039;s already there.
]]></description>
		<content:encoded><![CDATA[<p>Hi Glen, I like opencsv, great tool.  Can opencsv append?  I may have missed something, but every time I use the writer, it scraps the complete document, so I have to do some coding gymnastics to keep the stuff that&#8217;s already there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://blogs.bytecode.com.au/glen/2007/07/31/opencsv-1-8-ships-now-with-bean-binding.html#comment-914</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 18 Feb 2009 14:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.bytecode.com.au/glens/2007/07/31/opencsv-1-8-ships-now-with-bean-binding/#comment-914</guid>
		<description><![CDATA[Is there a way to write beans using CsvWriter?]]></description>
		<content:encoded><![CDATA[<p>Is there a way to write beans using CsvWriter?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phyo</title>
		<link>http://blogs.bytecode.com.au/glen/2007/07/31/opencsv-1-8-ships-now-with-bean-binding.html#comment-913</link>
		<dc:creator>phyo</dc:creator>
		<pubDate>Thu, 22 Jan 2009 08:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.bytecode.com.au/glens/2007/07/31/opencsv-1-8-ships-now-with-bean-binding/#comment-913</guid>
		<description><![CDATA[Glen, Does it support charset encoding? How do I read/write unicode csv file?]]></description>
		<content:encoded><![CDATA[<p>Glen, Does it support charset encoding? How do I read/write unicode csv file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard </title>
		<link>http://blogs.bytecode.com.au/glen/2007/07/31/opencsv-1-8-ships-now-with-bean-binding.html#comment-912</link>
		<dc:creator>Richard </dc:creator>
		<pubDate>Thu, 18 Dec 2008 16:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.bytecode.com.au/glens/2007/07/31/opencsv-1-8-ships-now-with-bean-binding/#comment-912</guid>
		<description><![CDATA[hi, great csv library, iv used the CsvToBean class to map colums to beans, only problem is i need to be able to customise the csv seperator but :

ColumnPositionMappingStrategy strat = new ColumnPositionMappingStrategy();
strat.setType(YourOrderBean.class);
String[] columns = new String[] {&quot;name&quot;, &quot;orderNumber&quot;, &quot;id&quot;}; 
strat.setColumnMapping(columns);
CsvToBean csv = new CsvToBean();
List list = csv.parse(strat, yourReader)

this forces the use of the default &#039;,&#039; seperator.
if anybody knows of way to use a custum seperator i would be very greatfull]]></description>
		<content:encoded><![CDATA[<p>hi, great csv library, iv used the CsvToBean class to map colums to beans, only problem is i need to be able to customise the csv seperator but :</p>
<p>ColumnPositionMappingStrategy strat = new ColumnPositionMappingStrategy();<br />
strat.setType(YourOrderBean.class);<br />
String[] columns = new String[] {&#8220;name&#8221;, &#8220;orderNumber&#8221;, &#8220;id&#8221;};<br />
strat.setColumnMapping(columns);<br />
CsvToBean csv = new CsvToBean();<br />
List list = csv.parse(strat, yourReader)</p>
<p>this forces the use of the default &#8216;,&#8217; seperator.<br />
if anybody knows of way to use a custum seperator i would be very greatfull</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stanley</title>
		<link>http://blogs.bytecode.com.au/glen/2007/07/31/opencsv-1-8-ships-now-with-bean-binding.html#comment-911</link>
		<dc:creator>stanley</dc:creator>
		<pubDate>Thu, 16 Oct 2008 15:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.bytecode.com.au/glens/2007/07/31/opencsv-1-8-ships-now-with-bean-binding/#comment-911</guid>
		<description><![CDATA[hi ur opencsv is great.
bt i ran into a problem dat in some computer, some files a file not found exception
i use the constructor CsvReader(new FileReader(file)) 
im wondering if compatibility is an issue 
as these problems i encounter are from 2 MAC users. it work fine in my Windows though.]]></description>
		<content:encoded><![CDATA[<p>hi ur opencsv is great.<br />
bt i ran into a problem dat in some computer, some files a file not found exception<br />
i use the constructor CsvReader(new FileReader(file))<br />
im wondering if compatibility is an issue<br />
as these problems i encounter are from 2 MAC users. it work fine in my Windows though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nav</title>
		<link>http://blogs.bytecode.com.au/glen/2007/07/31/opencsv-1-8-ships-now-with-bean-binding.html#comment-910</link>
		<dc:creator>Nav</dc:creator>
		<pubDate>Fri, 03 Oct 2008 15:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.bytecode.com.au/glens/2007/07/31/opencsv-1-8-ships-now-with-bean-binding/#comment-910</guid>
		<description><![CDATA[As Li asked earlier, any thoughts on BeanToCSV class. I have a requirement like write Bean to CSV directly rather than preparing String buffer from a Bean.

Thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>As Li asked earlier, any thoughts on BeanToCSV class. I have a requirement like write Bean to CSV directly rather than preparing String buffer from a Bean.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
