PST to CSV File Conversion [closed]
Asked Answered
B

4

2

Does anyone know of a good tool that converts .pst to .csv files through command line?

Bauble answered 25/11, 2008 at 20:25 Comment(0)
E
1

Can you assume Outlook is installed on the computer? If so, I believe it can be background scripted using OLE or something similar. I've done file conversions through Excel using Ruby that way.

And here's a Perl example

Endoplasm answered 18/12, 2008 at 20:21 Comment(0)
V
1

A solution I just stumbled across is: libpst

It obviously doesn't convert straight to CSV, but it converts into a more manageable format.

Importing into Outlook and then exporting as CSV is still probably the quickest solution, but libpst would certainly be useful if all you have is the PST file and no Outlook.

Vibrio answered 18/8, 2009 at 20:24 Comment(0)
A
0

one time only? or programmatically?

if one time only, import into a mail program that handles mbox (e.g. Thunderbird), at which point you just have text files, manipulate as desired.

otherwise, no idea, best of luck.

Accountable answered 25/11, 2008 at 22:43 Comment(0)
I
0

You can always write a .Net application using CDO, MAPI, OOM or Redemption, that does what you need. I've written a complete Outlook exporter tool for my company, which you can view at http://www.tzunami.com

Innocency answered 28/12, 2008 at 23:38 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.