I have a CSV file like this:
"1","Item-1, This is First Item", "10,500.00"
"2","Item-2, This is 2'nd "symbol within column field "Item", "10,500.00"
I want each value enclosed in ""
seprated by a comma to be treated as a column. Please note ""
can be within a data field.