Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 806 Bytes

readme.md

File metadata and controls

42 lines (26 loc) · 806 Bytes

Outlook PST to JSON

Command line tool that converts an Outlook PST file to JSON

Releases

Click on the releases tab to download an EXE for Windows.

Usage

pst_to_json -s /path/to/file.pst -d /path/to/output.json -v

Required Parameters

  • -s or --source <path> - path to PST file
  • -d or --destination <path> - path to JSON output file

Optional Parameters

  • -v or --verbose - detailed output
  • -p or --pretty - pretty formats the output (two spaces)
  • -h or --help

Build Your Own

Using pkg:

pkg index.js --output _dist/pst_to_json.exe

Dependencies

License

MIT