In a malformed .csv file, there is a row of data with extra double quotes, e.g. the last line:
Name,Comment
"Peter","Nice singer"
"Paul","Love "folk" songs"
How can I remove the double quotes around folk
and replace the string as:
Name,Comment
"Peter","Nice singer"
"Paul","Love _folk_ songs"