Re: CSV files
From: Mark Broadbent (no-spam-please_at_no-spam-please.com)
Date: 05/13/04
- Next message: anon: "Re: Confused by the NameValueCollection"
- Previous message: Stoitcho Goutsev \(100\) [C# MVP]: "Re: Cross process data/event"
- In reply to: Konrad L. M. Rudolph: "Re: CSV files"
- Next in thread: Cat: "Re: CSV files"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 13 May 2004 19:24:16 +0100
no but next time I need to parse a csv I shall certainly look into it.
Cheers.
-- -- Br, Mark Broadbent mcdba , mcse+i ============= "Konrad L. M. Rudolph" <konrad_rudolph@madrat.net> wrote in message news:%23MwDlqQOEHA.3420@TK2MSFTNGP11.phx.gbl... > 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/
- Next message: anon: "Re: Confused by the NameValueCollection"
- Previous message: Stoitcho Goutsev \(100\) [C# MVP]: "Re: Cross process data/event"
- In reply to: Konrad L. M. Rudolph: "Re: CSV files"
- Next in thread: Cat: "Re: CSV files"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|