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
CSV is a great example for code reuse - No matter which one of the csv parsers you choose, don't choose your own. Stop Rolling your own CSV parser