Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested Objects support #36

Open
mohnark opened this issue Sep 20, 2022 · 0 comments
Open

Nested Objects support #36

mohnark opened this issue Sep 20, 2022 · 0 comments

Comments

@mohnark
Copy link

mohnark commented Sep 20, 2022

If I have an Object :

{
    id: 123, 
    name: "abc", 
    properties: {
        color:"green" ,
        email: "[email protected]"
    }
}

I want to create a table with id, name and color only and not show email like this:

ID NAME COLOR
123 abc green
234 xyz red

How can I do this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant