|
-
Feb 22nd, 2002, 05:04 PM
#1
Thread Starter
Junior Member
Parsing CSV File
I am trying to parse a CSV File.
My data looks like this:
1,Meg,Valentine,"ABC, Inc"
the split function looks at this data and splits:
1
Meg
Valentine
"ABC
Inc"
is there an easy way to get the company name in one field of the array?
thanks so much in advance!
meg
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|