On Mon, 29 Oct 2007 05:45:26 -0700, Paul McGuire <[EMAIL PROTECTED]>
wrote:
>On Oct 29, 1:11 am, avidfan <[EMAIL PROTECTED]> wrote:
>> Help with pyparsing and dealing with null values
>>
>> I am trying to parse a l
Help with pyparsing and dealing with null values
I am trying to parse a log file (web.out) similar to this:
---
MBeanName: "mtg-model:Name=mtg-model_managed2,Type=Server"
AcceptBacklog: 50
AdministrationPort: 0
AutoK
On Mon, 29 Jan 2007 23:11:32 -0600, avidfan <[EMAIL PROTECTED]> wrote:
>On 28 Jan 2007 21:20:47 -0800, "Paul McGuire" <[EMAIL PROTECTED]>
>wrote:
>
>>On Jan 27, 10:43 pm, avidfan <[EMAIL PROTECTED]> wrote:
>>> I need to parse a log file using
On 28 Jan 2007 21:20:47 -0800, "Paul McGuire" <[EMAIL PROTECTED]>
wrote:
>On Jan 27, 10:43 pm, avidfan <[EMAIL PROTECTED]> wrote:
>> I need to parse a log file using python and I need some advice/wisdom
>> on the best way to go about it:
>>
>> Th
I need to parse a log file using python and I need some advice/wisdom
on the best way to go about it:
The log file entries will consist of something like this:
ID=8688 IID=98889998 execute begin - 01.21.2007 status enabled
locked working.lock
status running
status complet
Can someone offer some advice as to how the best way to approach this
might be?
I am trying to write a generic python script to build out some
applications, so the python script will be generic enough to work for
all of them, but it needs to 'source' a file that contains app and
environment specif