beanquery icon indicating copy to clipboard operation
beanquery copied to clipboard

Optimize the CSV export code

Open dnicolodi opened this issue 3 years ago • 0 comments
trafficstars

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 avatar Apr 12 '22 00:04 dnicolodi