site_archiver@lists.apple.com Delivered-To: webobjects-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=9HfavkPOe/Hdj9IrLle1DkfPpZXiv1+PrIs4rHImbwQ=; b=m0jffFaMtcnVXcOm0vhujCM1EjrQLtFUOyTEsHtuBmo8AaXljU9S5b4TRUR3WFWqFi HMRkxLqEbej34kmStdD0CgECe2pg1gxfH52lLl0liD2CmZ+VOInIYSnAjSlSpFtCHoZf LkQsNmdcDPgN/AU0+zfh4eNfu/nWuLCwj1e7Y= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=AXqJBLzX0I1LoHMNtTXGAGgBRC6MUrlfpM/NKPzjStvupPIVKMMDqwPVcGsDV7sEBB CQjjbrGEx99R0GQMxpx98ycrA7qV7v6YBv91CNvpkNsOgr8g7VZtigrNeEUYc/c8KYsb 5rghq62pvndebXOMC8pyra1UKJbEJH+AKAPQY= On 01/09/2010, at 4:40 AM, Joe Moreno wrote:
Can anyone recommend a simple CSV file reader for WO?
It doesn't get much simpler than opencsv, but it can be a little on the slow side compared to purpose written code if you need to process huge amounts of data quickly.
It needs to be smart enough to escape commas inside quotes, i.e.: Name, Location John Smith, "Cupertino, CA"
I'm sure that this wouldn't be hard to write, but code I don't have to write is code that I don't have to debug. :^D
An optimist. :) -- Seeya...Q Quinton Dolan - qdolan@gmail.com Gold Coast, QLD, Australia (GMT+10) _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com
participants (1)
-
Q