Add parent JSON key values to column when using record pointer to nested array #54149
Unanswered
ziggekatten
asked this question in
Connector Builder
Replies: 1 comment
-
|
Hi! This discussion hasn't had activity in over a year. Is this still relevant to you? If so, please reply and we'll keep it open. If we don't hear back within 14 days, we'll close this as part of our housekeeping. You can always reopen or create a new discussion later. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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