home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / utility / convert / cf4_work / convert.txt < prev    next >
Text File  |  1993-09-04  |  5KB  |  119 lines

  1. How to convert CardFile 4 database files to Atari Works database files
  2. and back again.
  3.  
  4. Inorder to convert these files it is necessary to have the program
  5. DB_CONV.  This is the Database File Converter by Dan Wilga and is part
  6. of the CardFile 4 package.  I want to thank Dan for writing such a
  7. useful utility!  You will also need a text editor to add or delete a
  8. header line.  Atari Works will not suffice for this purpose
  9. because it will not maintain the long lines during the conversion
  10. process.  (Dan, would it be possible to make a small modification to
  11. DB_CONV to get the header from a file <grin>).  When choosing a text
  12. editor, make sure it can handle very long line lengths because some of
  13. the lines will exceed 255 characters.
  14.  
  15. The following files should be included in the archive:
  16.  
  17. CARDFIL4.DCD      452 08/10/92 21:01 
  18. CARDFILE.TAB      163 09/03/93 19:25 
  19. CF4_WORK.DCL       78 08/28/93 15:00 
  20. CONVERT .TXT      158 09/03/93 19:27 
  21. WORKS   .DCD      438 08/28/93 15:01 
  22. WORK_CF4.DCL       80 08/28/93 15:04 
  23.  
  24. Here is an explaination for each of the files:
  25.  
  26. CARDFIL4.DCD:  This file is the Database Converter Description for a
  27. CardFile 4 database.
  28.  
  29. CARDFILE.TAB:  This file is the header line that is necessary to
  30. include as the first line in the converted file when going from
  31. CardFile 4 to Atari Works.
  32.  
  33. CF4_WORK.DCL:  This file is the Database Converter Link for going from
  34. CardFile 4 to Atari Works.
  35.  
  36. CONVERT.TXT:  This file contains the text you are reading <grin>.
  37.  
  38. WORKS.DCD:  This file is the Database Converter Description for a
  39. Atari Works import file.
  40.  
  41. WORK_CF4.DCL:  This file is the Database Converter Link for going from
  42. Atari Work to CardFile 4.
  43.  
  44. Inorder to use the Database Converter Program all of the above files
  45. need to be in the same directory.  It is not necessary for the files
  46. you are converting to be in this directory however.
  47.  
  48. =====================================================================
  49.            How to convert from CardFile 4 to Atari Works
  50.            
  51. 1)  Run DB_CONV.PRG.
  52.  
  53. 2)  Select the button [Load Link].  When the file selector appears,
  54.     select the file CF4_WORK.DCL.
  55.  
  56. 3)  Select the button [Convert].  When the file selector appears, 
  57.     select the CardFile 4 database file you would like to convert.
  58.     NOTE:  It is possible an alert dialog will appear with the
  59.     following message:
  60.         The header is not correct.
  61.         Proceed anyway?
  62.     It is perfectly ok to proceed.  This error will occur unless the
  63.     database file you are converting was sorted by the Last Name
  64.     field.
  65.  
  66. 4)  When the file selector appears again, select a file for the output
  67.     of this part of the conversion.  The file should end with a .TAB
  68.     extension as this is the default extension for Atari Works.
  69.  
  70. 5)  Quit DB_CONV.
  71.  
  72. 6)  Now with a text editor, load the file you just created and insert
  73.     as the first line, the file CARDFILE.TAB.  This is the header that
  74.     Atari Works will be looking for.  It is a standard text file, but
  75.     I didn't want to type it in everytime I convert a file.
  76.  
  77. 7)  Save the file and quit the text editor.  
  78.  
  79. 8)  Run Atari Works.  
  80.  
  81. 9)  Under the File Menu, select the option Import File.  When the
  82.     Import File dialog appears, select the DB Icon.  Then select the
  83.     option:  TAB-delimited ASCII Text.  When the file selector appears
  84.     select the file that you just created.
  85.  
  86. =====================================================================
  87.            How to convert from Atari Works to CardFile 4
  88.  
  89. 1)  Run Atari Works and load the database file you wish to convert to
  90.     a CardFile 4 database.
  91.  
  92. 2)  From the File Menu, select the option Export File.  When the
  93.     Export File dialog appears, select the option:  TAB-delimited
  94.     ASCII Text.  When the file selector appears, select a file for the
  95.     output of this part of the conversion process.  The file should
  96.     end with a .TAB extension as this is the default extension for
  97.     DB_CONV.
  98.  
  99. 3)  Quit Atari Works.
  100.  
  101. 4)  Now with a text editor, remove the first line of the file.  This
  102.     was a header created by Atari Works and is not necessary for the
  103.     conversion process.
  104.  
  105. 5)  Save the file and quit the text editor.
  106.  
  107. 6)  Run DB_CONV.
  108.  
  109. 7)  Select the button [Load Link].  When the file selector appears,
  110.     select the file WORK_CF4.DCL.
  111.  
  112. 8)  Select the button [Convert].  When the file selector appears, find
  113.     and select the file you just edited.
  114.  
  115. 9)  When the file selector appears again, select a file for the output
  116.     of this part of the conversion process.  The file should end with
  117.     a .DAT extension as this is the default extension for CardFile 4.
  118.  
  119.