tw4l / brunnhilde

Siegfried-based characterization tool for directories and disk images
MIT License
82 stars 11 forks source link

Brunnhilde 1.9.6: Fix siegfried csv import to work with sf 1.10 #61

Closed tw4l closed 1 year ago

tw4l commented 1 year ago

Fixes #60

This commit modifies import_csv() to use a csv.DictReader and get data for the sqlite database inserts by key rather than column index.