-
Notifications
You must be signed in to change notification settings - Fork 37
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
CSV / Tabular output #260
Comments
Thank you for filing your request to dynein. I appreciate your feedback. I infer you are using the command like However, if you feel unhappy with the default output, meaning table format, it changes the story. I want to hear about your concern or needs for the default output. Could you share your background motivation or use-case to convert the output to a CSV file? I'd be happy to discuss this further and hear more about the scenarios where a CSV output would be particularly valuable for you. Feel free to share additional details or examples, and we can continue to explore the best approach together. |
I think you're right that csv isn't exactly what I'm looking for, but rather more sophisticated tabular output. the
The attributes in this case are both truncated and in a json format. I think a preferable output would be one in which all the top-level attributes are split out, so that in the (common) case where data is not highly nested, it's much easier to read at a glance. What do you think? So instead you'd have:
|
I'm sorry for the delay in responding and thank you for sharing your thoughts. |
First off, this is a great tool!
Something I often do with the output from
dynein
is convert it to a tabular format with https://github.com/alexwennerberg/json2csvI wonder if making CSV or some other tabular format for displaying attribute values may be useful to add to this tool. It wouldn't work for all data (eg highly nested data) but could be valuable in a number of practical situations. If this is something that could be useful, I'd be happy to put together a PR for it
The text was updated successfully, but these errors were encountered: