공부
[csv] escape json `"{""key"":""value""}"`
승가비
2023. 1. 17. 04:19
728x90
https://stackoverflow.com/questions/68717837/how-to-store-json-in-a-single-column-of-a-csv-file
How to store Json in a single column of a CSV file
Assuming i have this Json: {"firstName":"myName","lastName":"lName"} is there anyway to store it as a value of a single CSV column. (some sort of escaping?)
stackoverflow.com
728x90