Reading CSV files is a matter of applying String.split("\\n") and
String.split(","). That's all you need to do parse it.

Rendering it - of course you need to do that yourself. GWT doesn't
have a magic: GWT.renderYahooFinanceCSVDataJustTheWayIAmImaginingIt()
function. We're working on it though.

On Aug 30, 12:47 am, "Larry White" <[EMAIL PROTECTED]> wrote:
> i don't think reading csv files is the kind of thing that gwt does - or
> should do. In one of my projects, I use the open source java library
> OpenCSV  -http://opencsv.sourceforge.net/
>
> Not sure if this will meet your exact needs but it works for me.
>
> Once you've parsed the files, you can focus on rendering them with gwt.
>
> cheers.
>
> On Fri, Aug 29, 2008 at 4:34 PM, shinokamparos <[EMAIL PROTECTED]>wrote:
>
>
>
> > Hi
> > I'm trying to read historical data from Yahoo Finance. The file
> > returned by them is in the csv format. does GWT support this? Will I
> > have to render this myself? If so, can someone give me tips on how to
> > do this, i'm new to java programming and GWT. If anyone could point me
> > in the right direction i'd be much obliged
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to