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

option for json array expand verticaly instead of horizontally #13

Open
slnj opened this issue Mar 4, 2024 · 0 comments
Open

option for json array expand verticaly instead of horizontally #13

slnj opened this issue Mar 4, 2024 · 0 comments

Comments

@slnj
Copy link

slnj commented Mar 4, 2024

It would be good to have an option to expand json arrays horizontally instead of vertically

I the case:

    [
        {
            "col1": "val1",
            "col2": [
                {
                "col21": "val21a",
                "col22": "val22a"
                },
               {
                    "col21": "val22b",
                    "col22": "val22b"
               }
            ]
        }
    ]

generate:

col1 col2
col21 | col22
----------- -------------------
val1 val21a | val22a
val21b | val22b

Thanks!!

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