Converting journal entries
from Outlook to MacJournal
2007.06.24 22:26 Filed in:
Python | Tech
I wrote a Python script to convert a journal file
export from Microsoft Outlook to one which can be read
by MacJournal.
I wrote a Python script to convert a journal file
export from Microsoft Outlook to one which can be read
by MacJournal.
It requires the Python module
csv (included with
Python 2.3 or later)
Run the script like so:
./outlook2macjournal.py
[input_file] [output_file]
If no input or output files are listed, it will use the
defaults. These are:
Outlook (input):
exchange_export.csv
MacJournal (output):
macjournal_import.txt
You can find the
Outlook to MacJournal Python
script in my Download area.