CsvStor

CSV storage medium.


Methods

f close(self) ...

f __init__(self, file, fields, addfields=False, encoding=None, clean=False, dialect='excel') ...

needs a filename or file-like object and list of fields.

if encoding is set, all values will be encoded with this type before values are saved

f clean(self) ...

f save(self, **kwds) ...

See the source for more information.