williballenthin / python-evtx

Pure Python parser for Windows Event Log files (.evtx)
Apache License 2.0
732 stars 166 forks source link

Add JSON dump functionality #82

Closed ajread4 closed 1 year ago

ajread4 commented 1 year ago

Added a script called evtx_dump_json.py that outputs evtx files in JSON format or to a file in a JSON array. Primary use case is for easy ingestion into Pandas DataFrames for graph learning, data science, etc. Updated README with reference to new file.

williballenthin commented 1 year ago

thank you!