_mysqldump_ This collection provides one file: _mysqldump.ss_: formats a MySQL dump as CSV ====================================================================== mysqldump.ss ------------ > (mysqldump->csv table [in] [out]) : string [input-port] [output-port] -> any Formats a MySQL dump as CSV. Only rows from `table' are output. The input and output ports default to the current input and output ports, respectively.