WithSecureLabs / chainsaw

Rapidly Search and Hunt through Windows Forensic Artefacts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSV output to Stdout

DFIRJoe opened this issue · comments

similar to issue #8 having an option for the csv output to stdout would be great

Because chainsaw outputs to multiple files for CSV due to a lack of a common header format this is not currently achievable.

Having said that though we could use flexible headers and use double newlines to split the data out. But would that even be useful to process?

@fscc-jamesd what is your view on this?

Agreed. The lack of a common header pattern would make this very difficult to implement. My suggestion would be to output as JSON and then format that output as required.