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
-s
or--source <path>
- path to PST file-d
or--destination <path>
- path to JSON output file
-v
or--verbose
- detailed output-p
or--pretty
- pretty formats the output (two spaces)-h
or--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