google / google/tcli

Group records with common header fields

Open
#4 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
9
Forks
6
PR merge metrics
No merged PRs in 30d

Description

If using a structured display format such as 'csv' then records are stored until the record header changes. At which point the table is flushed to output.

Alternative would be to store all records indexed by header content and then print once all command responses are received. This would minimise number of tables and ensure that like rows are grouped together into the smallest set of common tables.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.