in reply to Re: Parsing CSV file
in 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