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