I read:
Thanks for the tip, but it's not doable for me (at least not now) as I don't know to write python code...
it's not that difficult,
import re
s = re.sub("c",",",s) # where "c" is the char to be s = re.sub("c"," ",s) # replaced and s ist the string
HTH
x
see also: http://www.python.org/doc/ http://docs.python.org/lib/module-re.html