You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pivot.apache.org by ke...@sz.murata.com.cn on 2010/08/06 06:24:47 UTC

ignore the first row in CSVSerializer

Hi All,

Did you already develop the new CSVSerializer for ignore first row data?
Can I use it in to my current project.(1.5)?How to use?

Many thanks.


Best regards,
Ken Jiang

*******************************************
Murata Electronics Trading  (Shenzhen) Co.,Ltd
Tel:86-755-82847251
E-mail:kenjiang@sz.murata.com.cn
*******************************************


Re: ignore the first row in CSVSerializer

Posted by Greg Brown <gk...@mac.com>.
You may be able to simply use the trunk version in your application:

http://svn.apache.org/repos/asf/pivot/trunk/core/src/org/apache/pivot/serialization/CSVSerializer.java

I tried it with the 1.5 codebase and it seems to work fine.

Note that the new feature does not ignore the first row, but expects to find the keys there.

Greg

On Aug 6, 2010, at 12:24 AM, kenjiang@sz.murata.com.cn wrote:

> 
> Hi All,
> 
> Did you already develop the new CSVSerializer for ignore first row data?
> Can I use it in to my current project.(1.5)?How to use?
> 
> Many thanks.
> 
> 
> Best regards,
> Ken Jiang
> 
> *******************************************
> Murata Electronics Trading  (Shenzhen) Co.,Ltd
> Tel:86-755-82847251
> E-mail:kenjiang@sz.murata.com.cn
> *******************************************
>