I'm trying to seperate a csv file values using a regex expression, The problem is that there are quotation marks surrounding sentences and the regex I've tried doesn't seem to do it correctly.
"All's Well, Ends Well 2012",Comedy
This is one of the strings that is contained in the CSV and I've tried separating it with quite a few different regex statements but it keeps just returning the whole string without seperating it.
Any advice or work arounds regarding the regex I can use for this ?