Difference between revisions of "EudoraConverter"
(→Changelog) |
(→Running EudoraConverter.exe) |
||
(12 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | '''EudoraConverter''' is a script for converting [[Eudora]] address book files to LDIF files which [[Thunderbird]] can import. | |
− | |||
− | EudoraConverter is a script for converting Eudora address book files to | ||
==Obtaining NNdbase.txt== | ==Obtaining NNdbase.txt== | ||
EudoraConverter requires the NNdbase.txt file from the user's machine, which can be found by following these steps (on the user's machine): | EudoraConverter requires the NNdbase.txt file from the user's machine, which can be found by following these steps (on the user's machine): | ||
− | + | #Load Eudora | |
− | + | #Go to Help > About Eudora | |
− | + | #The line that begins 'Data:' is the directory that the NNdbase.txt file is contained in. Have the user [[e-mail]] this file to [mailto:helpline@gac.edu helpline@gac.edu] or, if you are there getting the file, copy this file to a flash drive or e-mail it yourself. | |
− | + | ||
==Running EudoraConverter.exe== | ==Running EudoraConverter.exe== | ||
− | Run the executable file | + | # Run the executable file. |
− | After this, enter a name for the output file, or leave it blank. If it is left blank, the file will be called addrExport.tab | + | # Input the path to the NNdbase.txt file. You can leave it blank to default to NNDbase.txt in the current directory. |
− | + | # After this, enter a name for the output file, or leave it blank. If it is left blank, the file will be called addrExport.tab. | |
− | |||
− | + | '''Note:''' Please be sure to add the extension .ldif to your output file, as this are the only extension Thunderbird will recognize. | |
+ | |||
+ | '''Note:''' Whatever you name the output file will be what Thunderbird will name the address book after it has been imported. | ||
+ | |||
+ | '''Important Note:''' You may need to download the Thunderbird extension that allows local addresses (without the @gac.edu part) since many faculty have gotten used to that and their address books are full of local addresses. Get it [https://addons.mozilla.org/en-US/thunderbird/addon/2030 Here]. | ||
==Importing the new Address Book== | ==Importing the new Address Book== | ||
− | + | #Take the .ldif file that was the output of the script to the user | |
− | + | #Open Thunderbird, then the Address Book | |
− | + | #On the tools menu, select 'Import...' | |
− | + | #Choose 'Address Books', then 'Text File (LDIF, .tab. .csv, .txt)' | |
− | + | #Change the 'Files of type' dropdown box to be 'LDIF (.ldif)' | |
− | + | #Browse to and select the file. Thunderbird will then import the file and it should be available as a new Address Book on the left-hand side. | |
==Downloads== | ==Downloads== | ||
Line 30: | Line 31: | ||
==Feedback== | ==Feedback== | ||
− | + | E-mail questions, comments, and concerns to [mailto:bsundsru@gac.edu Benn Sundsrud]. | |
==Changelog== | ==Changelog== | ||
Line 44: | Line 45: | ||
===Version 1.0=== | ===Version 1.0=== | ||
− | * | + | *Initial release |
+ | |||
+ | [[Category:Software]] |
Latest revision as of 09:04, 9 July 2008
EudoraConverter is a script for converting Eudora address book files to LDIF files which Thunderbird can import.
Contents
Obtaining NNdbase.txt
EudoraConverter requires the NNdbase.txt file from the user's machine, which can be found by following these steps (on the user's machine):
- Load Eudora
- Go to Help > About Eudora
- The line that begins 'Data:' is the directory that the NNdbase.txt file is contained in. Have the user e-mail this file to helpline@gac.edu or, if you are there getting the file, copy this file to a flash drive or e-mail it yourself.
Running EudoraConverter.exe
- Run the executable file.
- Input the path to the NNdbase.txt file. You can leave it blank to default to NNDbase.txt in the current directory.
- After this, enter a name for the output file, or leave it blank. If it is left blank, the file will be called addrExport.tab.
Note: Please be sure to add the extension .ldif to your output file, as this are the only extension Thunderbird will recognize.
Note: Whatever you name the output file will be what Thunderbird will name the address book after it has been imported.
Important Note: You may need to download the Thunderbird extension that allows local addresses (without the @gac.edu part) since many faculty have gotten used to that and their address books are full of local addresses. Get it .
Importing the new Address Book
- Take the .ldif file that was the output of the script to the user
- Open Thunderbird, then the Address Book
- On the tools menu, select 'Import...'
- Choose 'Address Books', then 'Text File (LDIF, .tab. .csv, .txt)'
- Change the 'Files of type' dropdown box to be 'LDIF (.ldif)'
- Browse to and select the file. Thunderbird will then import the file and it should be available as a new Address Book on the left-hand side.
Downloads
- Latest version is 2.0 as of 5/15/07
Feedback
E-mail questions, comments, and concerns to Benn Sundsrud.
Changelog
Version 2.0
- Mailing lists are now properly handled
- Switched format to LDIF, which is much more sane than tab-delimited.
- Code is completely re-written (and much shorter and cleaner), so corner-case bugs may crop up (if so, contact me)
Version 1.1
- Input file no longer required to be in same directory
- Some prompt cleanup
Version 1.0
- Initial release