Write code that search for comas and maintain a state weather a particular coma is in quotes or note.
Tokenize by double-quote symbol and than tokenize strings in the result array by comma symbol (make sure you tokenize strings with indexes 0, 2, 4, etc., since they were not in double quotes in the original string)