Add parent JSON key values to column when using record pointer to nested array #54149
Unanswered
ziggekatten
asked this question in
Connector Builder
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let us start with the JSON response from API:
Now, my challenge here is how to normalize this before pushing it into an Postgres table, where I would have rows containing fields from the root of the object (client and host) attached to the values in the "data" array. In effect my final data should look like this:
Is it even feasible to do this in the UI Builder?
Beta Was this translation helpful? Give feedback.
All reactions