OEWriteCSVFile

void OEWriteCSVFile(oemolostream &ofs, OEMolBase &mol,
                    unsigned int flavor = OEOFlavor::CSV::DEFAULT)

Write the molecule mol to the stream ofs in the OEFormat_CSV format as described in the CSV File Format section.

See also

OEOFlavor_CSV