Skip to content

braintapper/pst_to_json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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