Command line tool that converts an Outlook PST file to JSON
Click on the releases tab to download an EXE for Windows.
pst_to_json -s /path/to/file.pst -d /path/to/output.json -v
-sor--source <path>- path to PST file-dor--destination <path>- path to JSON output file
-vor--verbose- detailed output-por--pretty- pretty formats the output (two spaces)-hor--help
Using pkg:
pkg index.js --output _dist/pst_to_json.exe
- https://github.com/epfromer/pst-extractor by Ed Pfromer
- https://github.com/tj/commander.js by TJ Holowaychuk
- https://github.com/jprichardson/node-fs-extra by JP Richardson
MIT