Re: Newbie Question: CSV to XML

2006-01-08 Thread Doru-Catalin Togea
On Fri, 6 Jan 2006, ProvoWallis wrote: Hi! > Would anyone be willing to give me some feedback about this little > script that I wrote to convert CSV to XML. I'll happily admit that I > still have a lot to learn about Python so I'm always grateful for > constructive feedback. I have started using

Newbie Question: CSV to XML

2006-01-07 Thread ProvoWallis
Hi, Would anyone be willing to give me some feedback about this little script that I wrote to convert CSV to XML. I'll happily admit that I still have a lot to learn about Python so I'm always grateful for constructive feedback. Thanks, Greg ### #csv to XML conversion utility import os, re, c

Newbie Question: CSV to XML

2006-01-06 Thread ProvoWallis
Hi, I'm learning more and more about Python all the time but I'm still a real newbie. I wrote this little script to convert CSV to XML and I was hoping to get some feedback on it if anyone was willing to comment. It works but I was wondering if there was anything I could do better. E.g., incorpor

Re: Newbie Question: CSV to XML

2006-01-06 Thread Max Erickson
"ProvoWallis" <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > Hi, > > I'm learning more and more about Python all the time but I'm still a > real newbie. I wrote this little script to convert CSV to XML and I was > hoping to get some feedback on it if anyone was willing to comment. > >