MiscUtils.CSVJoiner
index
/root/instaladores_rar/Webware-andes/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.