in reply to Re: Parsing CSV filein thread Parsing CSV file
I normally use a parser using regular expressions, but decided to try this approach as well. Your solution does work. Thank you