ntdissector
ntdissector copied to clipboard
Handle the KeyError from record.get
Added a wrapper for record.get to silently handle the KeyError that is raised when a column does not exist. Fixes #6.