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

horizontal to vertical #11

Open
cklong2k opened this issue Sep 2, 2018 · 3 comments
Open

horizontal to vertical #11

cklong2k opened this issue Sep 2, 2018 · 3 comments
Labels

Comments

@cklong2k
Copy link

cklong2k commented Sep 2, 2018

CSV Transpose horizontal to vertical

@tonirilix
Copy link
Owner

tonirilix commented Sep 4, 2018

Hi!
That sounds interesting.
Can you please make an example of the final result just to be sure?

@lucasctd
Copy link

@tonirilix maybe it's more like an option to make it grow vertically instead of horizontally

For example:

{
    "user":{
        "name":"Lucas",
        "age":10
    },
    "address":{
        "street":"eqwewqewqewqewq",
        "number":"10",
        "zip":"99163"
    }
}

so instead of having all columns side by side, I wish we could have

user.name | user.age
Lucas | 10

address.street | address.number | address.zip
eqwewqewqewqewq | 10 | 99163

@lucasctd
Copy link

in my case I have a huge JSON file, so having to scroll a lot to the right is not a good experience XD it would be better if we could just scroll down

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

No branches or pull requests

3 participants