Forum Discussion

chriklev's avatar
chriklev
Regular Visitor
2 years ago
Solved

Normalising nested json data

Hello! I have som nested json example data like this: [ { "Father": "F1", "Age": 50, "Mother": "M1", "MAge": 49, "Children": [ { "Name": "C1" }, { ...
  • lbendlin's avatar
    lbendlin
    2 years ago

    If you enable load the query becomes a partition and must be a flat table of simple column types. You need to disable load for the query "without destination". That will then be an expression rather than a partition.