Dehcbad25
May 16th, 2007, 09:58 AM
Ok, I am trying a lot of crazy things :p
I think I would like to do a program in c# or C++ that can calculate Average Talk Time, from a pasted source.
The pasted source looks like:
0041628321700 4785tue 15:060:04:31X4784tue 14:450:04:42X0041628321700 4785tue 14:270:04:47X
where the first time is 0:04:31 (after tue 15:06)
So as you can see the source is a mess with no format, and no separators.
This should be something quite simple for an good programmer, but I am no programmer at all, just brave.
As I can see, I need to first delimit the fields. In the example are :
Number: 0041628321700
Queue: 4785
Time: tue 15:06
Duration: 0:04:31
Rec:x
so, I was thinking of making something that can ad the duration time and divide it by the number of calls (as long as the call does not belong to Call out queue) and maybe present the information organized in screen for the user so he/she can save it as a record.
This is a personal idea project that other people here could use. It seems I am the only one crazy enought to even think about doing it.
Any help or pointer???
I think I would like to do a program in c# or C++ that can calculate Average Talk Time, from a pasted source.
The pasted source looks like:
0041628321700 4785tue 15:060:04:31X4784tue 14:450:04:42X0041628321700 4785tue 14:270:04:47X
where the first time is 0:04:31 (after tue 15:06)
So as you can see the source is a mess with no format, and no separators.
This should be something quite simple for an good programmer, but I am no programmer at all, just brave.
As I can see, I need to first delimit the fields. In the example are :
Number: 0041628321700
Queue: 4785
Time: tue 15:06
Duration: 0:04:31
Rec:x
so, I was thinking of making something that can ad the duration time and divide it by the number of calls (as long as the call does not belong to Call out queue) and maybe present the information organized in screen for the user so he/she can save it as a record.
This is a personal idea project that other people here could use. It seems I am the only one crazy enought to even think about doing it.
Any help or pointer???
