Skip to content
Advertisement

How to remove extra quotes in between quotes for following example “Dec 01, 1999″,”Pocket Aquarium “Pocker” Pocket”,”Random : USA”,”USA” using python

I want to remove extra quotes in each line of csv file. ex:

JavaScript

ideal output required:

JavaScript

Advertisement

Answer

you could try this:

input:

JavaScript

code:

JavaScript

test_modified.csv

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement