Forum Discussion

ramon5023's avatar
ramon5023
Regular Visitor
2 years ago

JSON to multiple tables

Hi, I have the following JSON which I would like to convert to two tables, like so:   {"t1":[{"c1":"a","c2":1},{"c1":"b","c2":2},{"c1":"c","c2":3}], "t2":[{"cc1":"d","cc2":4,"cc3":44},{"cc1":"e","...