gavo.formats.csvtable module

Wrinting data in CSV.

gavo.formats.csvtable.writeDataAsCSV(table, target, acquireSamples=True, dialect='excel', headered=False)[source]

writes table to the file target in CSV.

The CSV format chosen is controlled through the async/csvDialect config item.

If headered is True, we also include table params (if present) in comments.