Hi,
I'm trying to help one nonprofit to get their visit orders into xls, those orders come as email (outlook for now), inside there is pasted fragment of xls (it pasted and unfortunately sender can't send the whole xls or part of it as attachment because of some private concerns).
So I'm thinking to find those .pst files and parse them extracting those lines (they have some unique "RRR" string at the beginning), then putting header file and open/save this as xls or csv. Actually i need to append those messages into one file as there are 10+ of them daily.
Onother way is probably to dump all inbox folder into .txt messages and then do save it as xls?
Can anybody tell if its make any sense? I know that Perl has some modules actually to create xls inside too, is it right?
Appreciate you ideas and critic very much.
Tx
Dai
I'm trying to help one nonprofit to get their visit orders into xls, those orders come as email (outlook for now), inside there is pasted fragment of xls (it pasted and unfortunately sender can't send the whole xls or part of it as attachment because of some private concerns).
So I'm thinking to find those .pst files and parse them extracting those lines (they have some unique "RRR" string at the beginning), then putting header file and open/save this as xls or csv. Actually i need to append those messages into one file as there are 10+ of them daily.
Onother way is probably to dump all inbox folder into .txt messages and then do save it as xls?
Can anybody tell if its make any sense? I know that Perl has some modules actually to create xls inside too, is it right?
Appreciate you ideas and critic very much.
Tx
Dai