Hi Guys,

I have a csv file with the following format that I'm trying to parse:

"Column1","Colu mn2","Column3", etc...

Everything is ok, except that sometimes, a comma will show up in one of the columns as:

"text, more text","Column2" ,"Column 3",etc...

so a split on {','} will not work all the times. To make matters...