I have a .csv, file unfortunately one of the columns contains a dictionary that has commas in it , for example:
{"name": "Umbulharjo", "type": "Kecamatan", "level": "3", "region1": "Yogyakarta", "region2": "Yogyakarta", "region3": "Umbulharjo", "postcode": "55161"}
How can i put a " before every { and after every } in R? then i can set " as quote when i am using read.csv or read.csv2 or read.table