ReadLine and redex?

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: rjb (RJB_at_no_spam_VP.PL)
Date: 10/27/04


Date: Thu, 28 Oct 2004 09:10:52 +1300

Hi there

I have a text file which looks like the one below.
I'm trying to write a program which will go through each of those lines
(for each section separated by an empty line) and give me:

Day, Month, HH, MM, SS, Year, User-Name, Acct-Multi-Session-Id,
Acct-Input-Gigawords,
Acct-Output-Gigawords, Acct-Input-Octets, Acct-Output-Octets.

I'll work on it today, but if somebody could point me in right directions I
would really appreciate it.

Thank you,
rjb

Tue Sep 28 09:32:03 2004
 Acct-Status-Type = Interim-Update
 User-Name = "00079326AAC8"
 NAS-IP-Address = 192.168.10.40
 Service-Type = DATA
 Acct-Multi-Session-Id = "147859"
 Acct-Session-Id = "3"
 Acct-Delay-Time = 0
 Event-Timestamp = 1096363922
 Acct-Session-Time = 8428
 Acct-Input-Gigawords = 0
 Acct-Output-Gigawords = 0
 Acct-Input-Octets = 90471
 Acct-Output-Octets = 434245
 Acct-Terminate-Cause = 0
 Framed-IP-Address = 0.0.0.0
 Acct-Input-Packets = 0
 Acct-Output-Packets = 0
 NAS-Port-Type = Async
 NAS-Port-Id = 0

Tue Sep 28 09:50:28 2004
 Acct-Status-Type = Start
 User-Name = "0007933B22B9"
 NAS-IP-Address = 192.168.10.40
 Service-Type = DATA
 Acct-Multi-Session-Id = "147912"
 Acct-Session-Id = "3"
 Acct-Delay-Time = 0
 Event-Timestamp = 1096365027
 Framed-IP-Address = 0.0.0.0
 Acct-Input-Packets = 0
 Acct-Output-Packets = 0
 NAS-Port-Type = Async
 NAS-Port-Id = 0

Tue Sep 28 10:01:42 2004
 Acct-Status-Type = Interim-Update
 User-Name = "0007933B22B9"
 NAS-IP-Address = 192.168.10.40
 Service-Type = DATA
 Acct-Multi-Session-Id = "147912"
 Acct-Session-Id = "3"
 Acct-Delay-Time = 0
 Event-Timestamp = 1096365701
 Acct-Session-Time = 674
 Acct-Input-Gigawords = 0
 Acct-Output-Gigawords = 0
 Acct-Input-Octets = 43003
 Acct-Output-Octets = 24106
 Acct-Terminate-Cause = 0
 Framed-IP-Address = 0.0.0.0
 Acct-Input-Packets = 0
 Acct-Output-Packets = 0
 NAS-Port-Type = Async
 NAS-Port-Id = 0xt file wich looks like this....



Relevant Pages