MiscUtils.CSVJoiner
index
/var/www/docs/Webware-1.0/MiscUtils/CSVJoiner.py

 
Modules
       
types

 
Functions
       
joinCSVFields(fields)
Returns a CSV record (eg a string) from a sequence of fields.
Fields containing commands (,) or double quotes (") are quoted
and double quotes are escaped (""). The terminating newline is
NOT included.