On Sat, Aug 30, 2008 at 12:59 AM, Reinier Zwitserloot
<[EMAIL PROTECTED]> wrote:
> Reading CSV files is a matter of applying String.split("\\n") and
> String.split(","). That's all you need to do parse it.

Maybe I missed some sarcasm, but you need to be a little more careful
than that.  CSV files can have embedded strings and those strings can
have embedded commas, and maybe newlines.  I would second Larry
White's advice and recommend the use of a library.

Ian

--~--~---------~--~----~------------~-------~--~----~
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