Hey all you great scripting wizards........
Is their any way to export a Outlook .csv file from Entourage so I can load my address book to my Nextel phone via Nextel’s site.
They only support the comma separated values file.
Thanks in advance,
Richard
If you get my new Export / Import E-OL2K scripts at
AppleScript Central
<http://www.applescriptcentral.com/>
and open the script Export Contacts E-OL2K in a script editor, then change the two places where it says
set AppleScript's text item delimiters to {tab}
to
set AppleScript's text item delimiters to {","}
you'll have what you want. The two places are:
1) near the top, under the big 'set contactList to ' paragraph
2) right near the bottom of the 'to Add Contact' handler, (shortly before the GetD4Y handler).
Then save the script as a compiled script.
After running it, change the extension at the end of the file's name from ".TXT" to ".CSV" or ".csv"
That should work fine.
--
Paul Berkowitz
