mbevilacqua / appcompatprocessor

"Evolving AppCompat/AmCache data analysis beyond grep"
Apache License 2.0
197 stars 25 forks source link

Shimcache hive parser #16

Closed nwf9 closed 6 years ago

nwf9 commented 6 years ago

Hi Matias,

I think it's more useful to modify your naming convention for the shimcache and enable the insensitive case rather than strictly use "SYSTEM" on capital letter.

mbevilacqua commented 6 years ago

Are you referring to this snippet here and is the request to maintain the actual naming convention but make it case insensitive?

https://github.com/mbevilacqua/appcompatprocessor/blob/46ba76a73fcf71640f2a6e9db02afaaac3e178b9/Ingest/appcompat_raw_hive.py#L11-L18

nwf9 commented 6 years ago

Yes that’s exactly what i mean.

mbevilacqua commented 6 years ago

554b1377ccf290a319b9d75655274894af995d11 should fix it.