Index of the csvexport module
-
m
sqlobject.util.csvexport
...
- Exports a SQLObject class (possibly annotated) to a CSV file.
- a __package__ ...
- f export_csv ... - Export the SQLObject class soClass to a CSV file.
- f export_csv_zip ... - Export several SQLObject classes into a .zip file. Each item in the soClasses list may be a SQLObject class, select result, or (soClass, select) tuple.