We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CSV Transpose horizontal to vertical
The text was updated successfully, but these errors were encountered:
Hi! That sounds interesting. Can you please make an example of the final result just to be sure?
Sorry, something went wrong.
@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
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
No branches or pull requests
CSV Transpose horizontal to vertical
The text was updated successfully, but these errors were encountered: