Community
Participate
Working Groups
This is an enhancement request for the report engine to enhance the data extraction task to stream the result data directly in the CSV/TSV formats. The task would accept an input stream and format and write the result set data in CSV format into the stream. Currently the data extraction into CSV is performed by the engine API consumer (like the viewer) by extract the result set data objects and formatting them into CSC rows (comma separation, quoting the fields, escaping the values, etc). The engine could include an emitter to format the data extraction directly to CSV/TSV formats.
The code in viewer may be moved to engine. We may not need a new emitter though.
Has the data extraction code moved to engine?
*** Bug 143177 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of bug 98661 ***