Parsing Comma sep files & Templates

How would I define my Template for parsing a CSV file as follows. Note that the fields in the file have been enclosed in quotes ("). This is to allow fields like address etc to contain commas (,)

“field1”,“field2”,“field3,has,commas”

Thanks