OEReadCSVFile
OEReadCSVFile(ifs: oemolistream, mol: Union[OEGraphMol,OEMol,OEQMol],
flavor: int) -> bool
Read the next molecule from a comma-separated-value, CSV, file
opened by ifs into mol. The specific layout of the file is
described in the CSV File Format section. The
flavor argument is a value OR’d together from the values in the
OEIFlavor_CSV namespace. Returns true if a
molecule was successfully read, false otherwise.