I thought this will be trivial but I can\'t get this to work.
Assume a line in a CSV file: \"Barack Obama\", 48, \"President\", \"1600 Penn Ave, Washington DC
\"Barack Obama\", 48, \"President\", \"1600 Penn Ave, Washington DC
string temp = line.Replace( "\"", "" );
string[] tokens = temp.Split(',')