This is a very noob-ish question so I apologize in advance, but I'm
hoping to get some input and advice before I get too over my head.
I'm trying to convert some log files from a formfeed- and
linefeed-delimited form into XML. I'd been thinking of using Python to
do this, but I'll be honest an
In article <[EMAIL PROTECTED]>,
"Chris Mellon" <[EMAIL PROTECTED]> wrote:
> This is a pretty simple problem and is well suited for a beginner
> project. The file() builtin will get you the data in your log file.
> Using the split() method of the string object, you can break your
> logfile into ch