You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thinking that the --table flag should support selecting fields (by key) in the json object to use as column headers (perhaps as a csv to begin with). If no columns specified, use all of the root-level keys as headers.
A weird edge to consider is selecting a header that has spaces. Documentation for how to do this might suffice.
This needs to be split into 2 different issues. The actual display of the json data to the user in a table (which is covered in this issue), and the pre-filtering/transformation of the json prior to printing (#1793).
Given some arbitrary records such as:
CLI should be able to output in following format after consume
If there are more events than display then data should scroll down but not header.
The text was updated successfully, but these errors were encountered: