Skip to content

csvlook: add expanded record display - #1357

Open
oranshabatcohen wants to merge 1 commit into
wireservice:masterfrom
oranshabatcohen:feat/csvlook-expanded
Open

csvlook: add expanded record display#1357
oranshabatcohen wants to merge 1 commit into
wireservice:masterfrom
oranshabatcohen:feat/csvlook-expanded

Conversation

@oranshabatcohen

Copy link
Copy Markdown

Adds csvlook --expanded to display CSV records vertically. Fixes #1313.

Includes display limits, numeric formatting, null handling, 17 new test methods, and documentation.

Validation on Python 3.12/Linux: 38 csvlook tests pass. Full suite: 367 pass, 4 skip, 1 fails. The csvstat decimal-format failure also occurs on the unchanged upstream base. flake8, isort, check-manifest and whitespace checks pass.

AI assistance: implementation and tests were prepared with OpenAI Codex. No independent human code review is claimed.

Implement --expanded for issue wireservice#1313, with regression tests and documentation. Prepared with OpenAI Codex assistance.

Co-authored-by: Codex <codex@openai.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Is there an "Expanded" view, like in psql?

1 participant