Re: tips requested for a log-processing script

2006-11-06 Thread Jaap
Hendrik van Rooyen schreef: > "Jaap" <[EMAIL PROTECTED]> wrote: > > >> Python ers, Thanks! all your replies have been both to the point and helpfull for me. You have proven both Python and it's community are open and welcoming to new users. Jaap -- http://mail.python.org/mailman/listinfo/pyth

Re: tips requested for a log-processing script

2006-11-05 Thread Hendrik van Rooyen
"Jaap" <[EMAIL PROTECTED]> wrote: > Python ers, > As a relatively new user of Python I would like to ask your advice on > the following script I want to create. > > I have a logfile which contains records. All records have the same > layout, and are stored in a CSV-format. Each record is (non-uni

Re: tips requested for a log-processing script

2006-11-05 Thread George Sakkis
Jaap wrote: > Apart from this I have a configuration file, which contains the list of > itemID's i need to focus on per month. Not all itemID's are relevant for > each month, but for example only every second or third month. All > records in the logfile with other itemID's can be ignored. I have y

Re: tips requested for a log-processing script

2006-11-05 Thread martdi
if you are running in windows you can use the win32com module to automate the process of generating a pivot table in excel and then code to send it via e-mail Jaap wrote: > Python ers, > As a relatively new user of Python I would like to ask your advice on > the following script I want to create

tips requested for a log-processing script

2006-11-05 Thread Jaap
Python ers, As a relatively new user of Python I would like to ask your advice on the following script I want to create. I have a logfile which contains records. All records have the same layout, and are stored in a CSV-format. Each record is (non-uniquely) identified by a date and a itemID. Ea