Difference between revisions of "EudoraConverter"

(Running EudoraConverter.exe)
 
(14 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.
  
==About==
+
==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 [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.
  
EudoraConverter is a script for converting Eudora address book files to tab-delimited files which Thunderbird can import.
 
;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, goto Help-->About Eudora
 
*The line that begins 'Data:' is the directory that the NNdbase.txt file is contained in
 
*Have the user email this file to helpline@gac.edu or, if you are there getting the file, copy this file to a flash drive or email it yourself.
 
 
 
==Running EudoraConverter.exe==
 
==Running EudoraConverter.exe==
Run the executable file, and input the path to the NNdbase.txt file. You can leave it blank to default to NNDbase.txt in the current directory.
+
# 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.
*'''Note:''' Please be sure to add the extension .ldif to your output file, as this are the only extension Thunderbird will recognize.
+
# 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:''' 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].
+
'''Note:''' Please be sure to add the extension .ldif to your output file, as this are the only extension Thunderbird will recognize.
;Importing the new Address Book
+
 
*Take the .ldif file that was the output of the script to the user
+
'''Note:''' Whatever you name the output file will be what Thunderbird will name the address book after it has been imported.
*Open Thunderbird, then the Address Book
+
 
*On the tools menu, select 'Import...'
+
'''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].
*Choose 'Address Books', then 'Text File (LDIF, .tab. .csv, .txt)'
+
 
*Change the 'Files of type' dropdown box to be 'LDIF (.ldif)'
+
==Importing the new Address Book==
*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.
+
#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 29: Line 31:
  
 
==Feedback==
 
==Feedback==
Email questions/comments/concerns to [mailto:bsundsru@gac.edu Benn Sundsrud]
+
E-mail questions, comments, and concerns to [mailto:bsundsru@gac.edu Benn Sundsrud].
  
 
==Changelog==
 
==Changelog==
*version 2.0
+
 
**Mailing lists are now properly handled
+
===Version 2.0===
**Switched format to LDIF, which is much more sane than tab-delimited.
+
*Mailing lists are now properly handled
**Code is completely re-written (and much shorter and cleaner), so corner-case bugs may crop up (if so, contact me)
+
*Switched format to LDIF, which is much more sane than tab-delimited.
*version 1.1
+
*Code is completely re-written (and much shorter and cleaner), so corner-case bugs may crop up (if so, contact me)
**Input file no longer required to be in same directory
+
 
**Some prompt cleanup
+
===Version 1.1===
*version 1.0
+
*Input file no longer required to be in same directory
**initial release
+
*Some prompt cleanup
 +
 
 +
===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.

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):

  1. Load Eudora
  2. Go to Help > About Eudora
  3. 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

  1. Run the executable file.
  2. Input the path to the NNdbase.txt file. You can leave it blank to default to NNDbase.txt in the current directory.
  3. 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

  1. Take the .ldif file that was the output of the script to the user
  2. Open Thunderbird, then the Address Book
  3. On the tools menu, select 'Import...'
  4. Choose 'Address Books', then 'Text File (LDIF, .tab. .csv, .txt)'
  5. Change the 'Files of type' dropdown box to be 'LDIF (.ldif)'
  6. 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