I copy a csv file with a json-string column to the data flow.
I want to flatten it by the json-string column, but the column is not recognized as a json format.
How do I convert it to json-format column, or do you have other ways to deal with it? Thank you