Hello,
I have some problem with Log files where the layout is not good.
In fact, i will have Date / Time at the beginning of each line like this :
2007/07/24 07:05 : Comment / parameter / ...
2007/07/24 07:05 : Comment / parameter / ...
2007/07/24 07:05 : Comment / parameter / ...
But sometimes in my logs i've this :
2007/07/24 07:05 : Comment / parameter / ...
2007/07/24 07:05 :
Comment / parameter / ...
2007/07/24 07:05 : Comment / parameter / ...
What i want to do is to modify the layout to have date / time at each line.
(More easy to read )
I have think of this solution :
Go to the beginning of each line
If the "first" characters are not 2007/07 (parameter ? )
Do Key BACKSPACE
Else goto next line
My problem is : how to search 2007/07 ?
Thanx for you help and your courage to read me so far
I have some problem with Log files where the layout is not good.
In fact, i will have Date / Time at the beginning of each line like this :
2007/07/24 07:05 : Comment / parameter / ...
2007/07/24 07:05 : Comment / parameter / ...
2007/07/24 07:05 : Comment / parameter / ...
But sometimes in my logs i've this :
2007/07/24 07:05 : Comment / parameter / ...
2007/07/24 07:05 :
Comment / parameter / ...
2007/07/24 07:05 : Comment / parameter / ...
What i want to do is to modify the layout to have date / time at each line.
(More easy to read )
I have think of this solution :
Go to the beginning of each line
If the "first" characters are not 2007/07 (parameter ? )
Do Key BACKSPACE
Else goto next line
My problem is : how to search 2007/07 ?
Thanx for you help and your courage to read me so far