Newbie question...reading delimeted files then printing certain fields and doing calculations.
From: Markis Landis Gardner (math_nospam_math_at_bellsouth.net)
Date: 12/24/03
- Next message: nos: "Re: Newbie question...reading delimeted files then printing certain fields and doing calculations."
- Previous message: Amey Samant: "drawString()"
- Next in thread: nos: "Re: Newbie question...reading delimeted files then printing certain fields and doing calculations."
- Reply: nos: "Re: Newbie question...reading delimeted files then printing certain fields and doing calculations."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 23 Dec 2003 23:29:05 -0500
Reading files - pipe delimited or comma delimeted...
Searching for a element in one field and then showing certain fields where
element is in line.
eg...
HEHE|HI|ME|2.5
JOKE|HELLO|YOU|3.4
DONT|HI|YOU|3.4
I want all rows with YOU in second column and I want to print out 2nd and
4th columns.
SO, my answer would be
HI 2.5
HI 3.4
...
Next question...
same list only a datestamp on the end...
HEHE|HI|ME|2.5|20031223091234
JOKE|HELLO|YOU|3.4|20031223091245
DONT|HI|YOU|3.4|20031223091247
....
1) I want all rows with YOU in second column and I want to print out 2nd and
4th columns in the 09:00:00 - 09:59:59 time frame.
2) I want an average of response time.
3) I want an average of response time broken down by hour.
Can someone help with all of this?
Please email to my home email (feel free to copy here).
math_no_spam_math@bellsouth.net
take out the _no_spam_
Thanks,
Markis
- Next message: nos: "Re: Newbie question...reading delimeted files then printing certain fields and doing calculations."
- Previous message: Amey Samant: "drawString()"
- Next in thread: nos: "Re: Newbie question...reading delimeted files then printing certain fields and doing calculations."
- Reply: nos: "Re: Newbie question...reading delimeted files then printing certain fields and doing calculations."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|