I am trying to use C# to parse CSV. I used regular expressions to find \",\" and read string if my header counts were equal to my match count.
\",\"
Now this
See the link "Regex fun with CSV" at:
http://snippets.dzone.com/posts/show/4430