Re: [csv] Object Mapping Proposal

2014-11-30 Thread Gary Gregory
rit...@apache.org> Date:11/29/2014 05:34 (GMT-05:00) > To: Commons Developers List > Cc: Subject: Re: [csv] Object Mapping Proposal > > 2014-11-28 19:41 GMT+01:00 Gary Gregory : > > > This is probably out of scope for a light weight component like Commons > >

Re: [csv] Object Mapping Proposal

2014-11-29 Thread Ulbricht, Frank
te... My 2c, Gary Original message From: Benedikt Ritter Date:11/29/2014 05:34 (GMT-05:00) To: Commons Developers List Cc: Subject: Re: [csv] Object Mapping Proposal 2014-11-28 19:41 GMT+01:00 Gary Gregory : > This is probably out of scope for a light weight compone

Re: [csv] Object Mapping Proposal

2014-11-29 Thread Jörg Schaible
Matt Benson wrote: > I thought the original proposal was more akin to Java beans property > editors, i.e. simple parsing of objects from a string representation. > There are any number of libraries that support this kind of basic > string-to-object conversion. Actually flatfile has some support fo

Re: [csv] Object Mapping Proposal

2014-11-29 Thread Matt Benson
plicates some features of a JDBC > driver and Hibernate... > > My 2c, > Gary > > Original message From: Benedikt Ritter < > brit...@apache.org> Date:11/29/2014 05:34 (GMT-05:00) > To: Commons Developers List > Cc: Subject: Re: [csv] Object M

Re: [csv] Object Mapping Proposal

2014-11-29 Thread Gary Gregory
and Hibernate... My 2c, Gary  Original message From: Benedikt Ritter Date:11/29/2014 05:34 (GMT-05:00) To: Commons Developers List Cc: Subject: Re: [csv] Object Mapping Proposal 2014-11-28 19:41 GMT+01:00 Gary Gregory : > This is probably out of scope for a li

Re: [csv] Object Mapping Proposal

2014-11-29 Thread sebb
On 29 November 2014 at 10:34, Benedikt Ritter wrote: > 2014-11-28 19:41 GMT+01:00 Gary Gregory : > >> This is probably out of scope for a light weight component like Commons >> CSV. You could use Hibernate for all your mapping needs. >> > > I don't understand what hibernate has to do with this, si

Re: [csv] Object Mapping Proposal

2014-11-29 Thread Benedikt Ritter
2014-11-28 19:41 GMT+01:00 Gary Gregory : > This is probably out of scope for a light weight component like Commons > CSV. You could use Hibernate for all your mapping needs. > I don't understand what hibernate has to do with this, since it is an object-relational mapping framework and Frank's pr

Re: [csv] Object Mapping Proposal

2014-11-28 Thread Bruno P. Kinoshita
opers List Sent: Friday, November 28, 2014 4:35 PM Subject: Re: [csv] Object Mapping Proposal How would mapping have helped you? Gary  Original message From: "Bruno P. Kinoshita" Date:11/28/2014  11:00  (GMT-05:00) To: Commons Developers List Cc:  Subje

Re: [csv] Object Mapping Proposal

2014-11-28 Thread Bruno P. Kinoshita
Hi Matt!! I had a look at flatfile, but to be honest I couldn't undestand how it works. Will check out the source code to play with it later. Bruno From: Matt Benson To: Bruno P. Kinoshita ; dev@commons.apache.org Sent: Friday, November 28, 2014 4:57 PM Subject: Re: [csv] O

Re: [csv] Object Mapping Proposal

2014-11-28 Thread Matt Benson
Bruno, it sounds like you could have used the [flatfile] component from the Commons sandbox. ;-) Matt On Nov 28, 2014 10:01 AM, "Bruno P. Kinoshita" wrote: > Hi Frank, > Is the project hosted in GitHub too? > I think it sounds like a good and useful idea to include it in > commons-csv. Last week

RE: [csv] Object Mapping Proposal

2014-11-28 Thread Gary Gregory
This is probably out of scope for a light weight component like Commons CSV. You could use Hibernate for all your mapping needs. Gary  Original message From: "Ulbricht, Frank" Date:11/28/2014 03:13 (GMT-05:00) To: dev@commons.apache.org Cc: Subject: [csv] Object Mapping P

Re: [csv] Object Mapping Proposal

2014-11-28 Thread Gary Gregory
How would mapping have helped you? Gary  Original message From: "Bruno P. Kinoshita" Date:11/28/2014 11:00 (GMT-05:00) To: Commons Developers List Cc: Subject: Re: [csv] Object Mapping Proposal Hi Frank, Is the project hosted in GitHub too? I think it sou

Re: [csv] Object Mapping Proposal

2014-11-28 Thread Bruno P. Kinoshita
Hi Frank, Is the project hosted in GitHub too?  I think it sounds like a good and useful idea to include it in commons-csv. Last week I had to import some mainframe files using a Cobol copybook, with hundreds of fields, into Hadoop HDFS. I converted the file into a CSV, but some fields were mul