Hi,
I want to compare two logfiles that start with a timestamp that has to be ignored, but I cannot figure out how to.
Text in the logfile is like "[2013-08-21 13:52:14] ..."
I made a new FileFormat ('Logfile') with a regex grammar Timestamp: "^\[d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\]". In Session Settings I choose Format 'Logfile' and in Importance I uncheck 'timestamp'.
However, in the compare windows, I still see lines that only differ in timestamp, although I click Ignore Unimportant Differences and Show Differences. I also tried this grammer: "^[d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}]"
Any suggestions?
Chris
I want to compare two logfiles that start with a timestamp that has to be ignored, but I cannot figure out how to.
Text in the logfile is like "[2013-08-21 13:52:14] ..."
I made a new FileFormat ('Logfile') with a regex grammar Timestamp: "^\[d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\]". In Session Settings I choose Format 'Logfile' and in Importance I uncheck 'timestamp'.
However, in the compare windows, I still see lines that only differ in timestamp, although I click Ignore Unimportant Differences and Show Differences. I also tried this grammer: "^[d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}]"
Any suggestions?
Chris
Comment