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
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
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
"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.
>
>