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
