Display json data as columns #1012
WojciechRhdt
started this conversation in
General
Replies: 1 comment 1 reply
-
High level! So it'll look something like the below.
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a model where data is stored as a json object in the database. Is there a way to programmatically add this data to the table as its own columns?

I know how to add this data as own columns by using the format() function (see the following code snippet), but not how to do it programmatically to add the json data as own colums.

Does anyone have any ideas?
Beta Was this translation helpful? Give feedback.
All reactions