Function | objectlist2csv | Convert a instance of kiwi.ui.objectlist.ObjectList to a
CSV format. |
Function | _get_field_string | Undocumented |
kiwi.ui.objectlist.ObjectList
to a
CSV format. The column's title will be used as the field header and the
colmns which is not displayed will also not be included in the CSV
representation.Parameters | objectlist | an kiwi.ui.objectlist.ObjectList instance.
|
encoding | the encode we should use when return the CSV content. | |
Returns | a string containing the the CSV representation of the
kiwi.ui.objectlist.ObjectList instance.
|