-
My CSV data has many "json string inside CSV string" columns. I would like to strip the quotes on all fields, without listing the fields one by one if possible:
How can I strip extra quotes, converting it into json: [
{"foo": "ts", "bar": "some value", "baz": 10},
...
] |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
@nyurik I think you want the
There is also a |
Beta Was this translation helpful? Give feedback.
-
Yeah @nyurik good call, there should be an option to |
Beta Was this translation helpful? Give feedback.
@nyurik #1291