Re: CSV files

From: Konrad L. M. Rudolph (konrad_rudolph_at_madrat.net)
Date: 05/13/04


Date: Thu, 13 May 2004 18:52:16 +0200

Mark Broadbent wrote:
> I see. :(
> You could potentially split on commas (refer to code sample) and for each
> string in string array returned split again on " queuing it all up and then
> combining it all together. Dont know how much error checking youd need but
> obviously it would still be a requirement.

I don't want to interrupt ...

but has either of you considered using regex to parse CSV?

-- 
Konrad -
http://madrat.net/

Loading