Converting LF/FF delimited logs to XML w/ Python?

2007-12-05 Thread Kadin2048
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

Re: Converting LF/FF delimited logs to XML w/ Python?

2007-12-05 Thread Kadin2048
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