Hi,
I have a metadata csv file which contains column name, and datatype such as
Colm1: INT
Colm2: String.
I can also get the same in a json format as shown:
I can store this on ADLS. How can I convert this into a schema like: "Myschema" that I can ...