Some attempts to reduce the memory footprint for exports.
Basically introduces csvFile() and xmlFile() helpers to write data directly to a file or stdout instead of in-memory. The existing helpers then wrap that to reduce duplicate code. Also csv() gets better escapes for freeeee.
Some attempts to reduce the memory footprint for exports.
Basically introduces
csvFile()
andxmlFile()
helpers to write data directly to a file or stdout instead of in-memory. The existing helpers then wrap that to reduce duplicate code. Alsocsv()
gets better escapes for freeeee.