--- a/data/xls2csv.py +++ b/data/xls2csv.py @@ -1,3 +1,6 @@ +''' DCaaS Services XLS to CSV converter +''' Converts the DCaaS XLS file to CSV while removing line breaks and other special characters +''' Alex Sadleir from xlrd import * import unicodecsv import glob