MiscUtils.CSVJoiner
index
/data/Webware-Aleman/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.