I'm dumb. https://stackoverflow.com/questions/12103244/no-such-table-error put me onto the answer. When I extracted the files from the diagnostic file, it named them according to the path. In my case it was "C:\Program Files\Cisco\AMP\historyex.db...
When running "./historyex_to_csv4.py historyex.db > historyex.csv", I am getting the error below. Thoughts?
Traceback (most recent call last): File "./historyex_to_csv4.py", line 20, in <module> for row in c_path_history.execute("SELECT path, hash...