Skip to content
Advertisement

Tag: presto

Convert nested array of array to nested array of object

I have currently the challenge to convert the following data: into the following: I’m currently a bit lost how I could convert the source data into the expected object. I get the data from a sql query ( presto ). The structured information ( fieldname2 and fieldname3 ) aren’t resolved, I get only the values in the response. The field

Advertisement