-
Notifications
You must be signed in to change notification settings - Fork 118
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
Read from STDIN, STDOUT and from URL #12
Labels
Comments
You can try this:
and what you will need is:
pyexcel-sortable wraps csvtotable to pyexcel. |
And you can do from stdin too:
What's more, you can render xls, xlsx and ods using csvtotable as well:
if you would install:
|
Finally for stdout:
|
hi I tried to install and run but always an error invalid value input file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should be possible to pass CSV/JSON data in STDIN or read from STDOUT of another command or from URL download. This helps in visualizing JSON or CSV responses
The text was updated successfully, but these errors were encountered: