I wanted to compare 2 log files (length=200) with the below 2 conditions:
(1) sort the files from col 1 - 149, followed by 161 -200, and
(2) ignore timestamp different (col 150 - 160)
I have used the Sorted text format and set unimportant text for col 150-160, this way, BC3 sorted the whole file first (including the timestamp) then perform text compare and ignore different in timestamp. I have a lot of different due to the 2 files are not in the same sorting order.
Any advice would be appreciated.
Thank you.
(1) sort the files from col 1 - 149, followed by 161 -200, and
(2) ignore timestamp different (col 150 - 160)
I have used the Sorted text format and set unimportant text for col 150-160, this way, BC3 sorted the whole file first (including the timestamp) then perform text compare and ignore different in timestamp. I have a lot of different due to the 2 files are not in the same sorting order.
Any advice would be appreciated.
Thank you.
Comment