prettytable-rs
prettytable-rs copied to clipboard
Streaming
Hi,
Is there any way to generate a table/csv that doesn't required all the values to be loaded in memory ? It looks like iterators are supported in some cases but the iterator is converted into Vec of cells/rows before it gets written.
Sorry if this is not the right place to ask question
Hi, Streaming is not possible with the current design. All the values need to be loaded in memory in order to compute table dimensions