Perhaps I'm out of luck, because my double quoted comma separated CSV file has double quotes and commas within useful text.
So I want to turn this:
"record 1","name 1","text 1, text 2" "record 2","name ""2""","text 2" "record 3","name 3","" on that:
"record 1","name 1","text 1, text 2" "record 2","name 2","text 2" "record 3","name 3","" Notice that I removed the double quote from name ""2"" to name 2, but I kept the double quote from line #3: ,""