Dear All,
This is a Perl place for Python there are many places.
BR,
Armando
El 25/10/18 a las 17:17, Chris Fedde escribió:
why post a python solution here?
On Thu, Oct 25, 2018 at 8:58 AM Asad
mailto:asad.hasan2...@gmail.com>> wrote:
Hi ,
Yes i have the code :
import re
import datetime
fr
why post a python solution here?
On Thu, Oct 25, 2018 at 8:58 AM Asad wrote:
> Hi ,
>
> Yes i have the code :
>
> import re
> import datetime
> from datetime import timedelta
>
> Header = "*"
>
> f3 = open ( r"D:\QI\logA.txt", 'r' )
> string =
Hi ,
Yes i have the code :
import re
import datetime
from datetime import timedelta
Header = "*"
f3 = open ( r"D:\QI\logA.txt", 'r' )
string = f3.read ()
regex = re.compile ( "\n" )
st = regex.sub ( " ", string )
st1 = st.split ( " " )
if re.
(Please reply to the list.)
If you have written code that extracts the date and time from the ‘LOG flle
opened’ lines in the log file, then please show us your code. You seem to be
asking other people to write your program for you. You will get better help if
you appear to be making an effort t