RE: [OT] How to load a csv file into java

2005-08-19 Thread Paranj, Bala
d Reyes [mailto:[EMAIL PROTECTED] Sent: Friday, August 19, 2005 12:02 PM To: Struts Users Mailing List Subject: [OT] How to load a csv file into java Hi Guys, I need to load exported information ( csv file ) into POJOs. How do I do this? Thanks Richard ---

Re: [OT] How to load a csv file into java

2005-08-19 Thread Dave Newton
Richard Reyes wrote: Hi All, Thanks for the response. I think I can use this... http://ostermiller.org/utils/CSV.html It mostly works; I vaguely recall having to tweak it a bit, but nothing serious. Dave - To unsubscr

Re: [OT] How to load a csv file into java

2005-08-19 Thread Joe Germuska
At 12:12 AM +0800 8/20/05, Richard Reyes wrote: Hi All, Thanks for the response. I think I can use this... http://ostermiller.org/utils/CSV.html I've had good results with this library. Despite what some posters have indicated, if you're talking about true CSV as exported from Excel, for

Re: [OT] How to load a csv file into java

2005-08-19 Thread Wendy Smoak
From: "Richard Reyes" <[EMAIL PROTECTED]> I need to load exported information ( csv file ) into POJOs. How do I do this? Check the archives of commons-user and commons-dev; there have been recent discussions about a Jakarta Commons CSV component. There were links to several existing librar

Re: [OT] How to load a csv file into java

2005-08-19 Thread Richard Reyes
Hi All, Thanks for the response. I think I can use this... http://ostermiller.org/utils/CSV.html What do guys think? On 8/20/05, Stéphane Zuckerman <[EMAIL PROTECTED]> wrote: > Hi Richard, > > > > I need to load exported information ( csv file ) into POJOs. How do I do > > this? > > Well, j

Re: [OT] How to load a csv file into java

2005-08-19 Thread Stéphane Zuckerman
Hi Richard, I need to load exported information ( csv file ) into POJOs. How do I do this? Well, just use the tag (and don't forget tu use the correct attributes in your tag). Then converting your CSV file'll only be a matter of split()ing the resulting data... Well, more or less ;-)

Re: [OT] How to load a csv file into java

2005-08-19 Thread DGraham
Lesson: I/O: Reading and Writing (but no 'rithmetic) http://java.sun.com/docs/books/tutorial/essential/io/ -Dennis Richard Reyes <[EMAIL PROTECTED]> 08/19/2005 12:01 PM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject [OT] H

[OT] How to load a csv file into java

2005-08-19 Thread Richard Reyes
Hi Guys, I need to load exported information ( csv file ) into POJOs. How do I do this? Thanks Richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]