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
Tag: presto
How can I run a node script in a Vite React project
I am trying to build a little SPA where a user can run a Presto query, I am using a Node presto client. When running the script via node it works without any issues. I am trying to implement it now via Vite This is how I currently have it set up. When running the script via a React FE