Skip to content
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

Optimize the CSV export code #91

Open
dnicolodi opened this issue Apr 12, 2022 · 0 comments
Open

Optimize the CSV export code #91

dnicolodi opened this issue Apr 12, 2022 · 0 comments
Labels
enhancement New feature or request shell Related to the command shell

Comments

@dnicolodi
Copy link
Collaborator

dnicolodi commented Apr 12, 2022

The CSV table renderer goes the same column values formatting code used by the display renderer. Most of the work done by the renderers is not required for exporting to CSV. In particular the CSV fields do not need to be aligned and thus the double pass through the data required to compute alignment can be spared.

@dnicolodi dnicolodi added the enhancement New feature or request label Apr 12, 2022
@dnicolodi dnicolodi added the shell Related to the command shell label Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request shell Related to the command shell
Projects
None yet
Development

No branches or pull requests

1 participant