Skip to content
Snippets Groups Projects

map_row will return list of RawExtrensicMetadata

  1. Feb 16, 2021
    • Tushar Goel's avatar
      Return list of RawExtrensicMetadata instead of tuple · f2c1b0be
      Tushar Goel authored
      
      Currently map_row returns a complex tuple, that damages code readability, so instead of returning complex tuple it should return a named class RawExtrensicMetadata.
      
      Add different fields like file, format in map_row, map_scancode, map_clearlydefined, map_licensee that are required to map previous tuple data with RawExtrensicMetadata. Add docstrings and tests.
      
      Signed-off-by: default avatarTushar Goel <tushar.goel.dav@gmail.com>
      f2c1b0be
Loading