Guest_imported
New member
- Jan 1, 1970
- 0
i'm trying to extract 2 fields from an email message, modify one of them before outputting both to another text file.
my input file is:
Return-Path: <root@netsaint.netglobalis.cl>
Delivered-To: visp@bazuca.com
Received: (qmail 31457 invoked from network); 10 Sep 2002 22:11:25 -0000
Received: from unknown (HELO netsaint.netglobalis.cl) (200.14.80.35)
by mailbazuca.bazuca.com with SMTP; 10 Sep 2002 22:11:24 -0000
Received: (from root@localhost)
by netsaint.netglobalis.cl (8.11.6/8.11.6) id g8AMDeN22069
for bazuca@netsaint.netglobalis.cl; Tue, 10 Sep 2002 18:13:40 -0400
Date: Tue, 10 Sep 2002 18:13:40 -0400
From: root <root@netsaint.netglobalis.cl>
Message-Id: <200209102213.g8AMDeN22069@netsaint.netglobalis.cl>
To: bazuca@netsaint.netglobalis.cl
Subject: Reporte conexiones Bazuca.com
2002/09/09;08:27:20;1384;R;125896542@bazuca.com;22344401;6006006045
2002/09/09;08:27:20;1100;R;3456789k@bazuca.com;22344401;6006006045
2002/09/09;08:27:20;500;R;147433042@bazuca.com;22344401;6006006045
and my output file needs to read:
1384;125896542
1100;3456789k
500;147433042
many thanks
my input file is:
Return-Path: <root@netsaint.netglobalis.cl>
Delivered-To: visp@bazuca.com
Received: (qmail 31457 invoked from network); 10 Sep 2002 22:11:25 -0000
Received: from unknown (HELO netsaint.netglobalis.cl) (200.14.80.35)
by mailbazuca.bazuca.com with SMTP; 10 Sep 2002 22:11:24 -0000
Received: (from root@localhost)
by netsaint.netglobalis.cl (8.11.6/8.11.6) id g8AMDeN22069
for bazuca@netsaint.netglobalis.cl; Tue, 10 Sep 2002 18:13:40 -0400
Date: Tue, 10 Sep 2002 18:13:40 -0400
From: root <root@netsaint.netglobalis.cl>
Message-Id: <200209102213.g8AMDeN22069@netsaint.netglobalis.cl>
To: bazuca@netsaint.netglobalis.cl
Subject: Reporte conexiones Bazuca.com
2002/09/09;08:27:20;1384;R;125896542@bazuca.com;22344401;6006006045
2002/09/09;08:27:20;1100;R;3456789k@bazuca.com;22344401;6006006045
2002/09/09;08:27:20;500;R;147433042@bazuca.com;22344401;6006006045
and my output file needs to read:
1384;125896542
1100;3456789k
500;147433042
many thanks