leolee192 / sequencer

High performance sequential log analyzer and parser
Apache License 2.0
4 stars 1 forks source link

Path not correctly analyse [zentures/sequence#19] #12

Open leolee192 opened 4 years ago

leolee192 commented 4 years ago

@jobordu opened zentures/sequence#19 and commented

Since a path is a frequent object in a log, it would be very useful if It had a parsing category like "timeFormats" so we would be able to parse for different path syntax (linux VS windows, file/folder, %appdata%, ../../path, ./path, etc.)

Currently: C:\test\test\test.cxx Would be analyse as: c : %string%


No further details from zentures/sequence#19