home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / PAFRV935.ZIP / INSTALL.EXE / GCFILER.INF < prev    next >
Text File  |  1993-04-01  |  2KB  |  47 lines

  1.           ╔══════════════════════════════════════════════════════════╗
  2.           ║    Information About GCFILER - From File GCFILER.INF     ║
  3.           ╟──────────────────────────────────────────────────────────╢
  4.           ║      PAF Review   -   Edition 93.2   -   April 1993      ║
  5.           ╚══════════════════════════════════════════════════════════╝
  6.  
  7.         Converts GEDCOM files to ASCII format for loading into databases,
  8.         spreadsheets and word processors (and vice versa).
  9.  
  10.         Version:       1.1
  11.         Author:        Philip Cain
  12.         Address:       Orelle Corporation, Box 643, LaGrange, IL USA 60525
  13.         Version Date:  March 1992
  14.         BBS File Name: GCF11.ZIP
  15.         Software Type: Shareware
  16.         Fee:           $15
  17.         Read/Write:    Read only   
  18.  
  19.         GCFiler helps answer the need to correlate large amounts of
  20.         detailed information quickly. It can convert GEDCOM files to ASCII
  21.         format which allows you to load the data from GEDCOM files into
  22.         databases, spreadsheets and word processors.
  23.  
  24.         GEDCOM files are lineage linked files in text format which have up
  25.         to four fields, or items, per line. The four fields are called
  26.         level, cross reference number, tag and content. For example:
  27.  
  28.                 0 @I1@ INDI
  29.                 1 NAME William "Wild Bill" /Cody/
  30.  
  31.         The first line has a level (0), a cross reference number (@I1@), 
  32.         and a tag (INDI). The second line has a level (1), a tag (NAME),
  33.         and content (William "Wild Bill" /Cody/).  All GEDCOM lines have
  34.         at least a level and a tag. The other two fields are optional.
  35.  
  36.         Note that the tag is in the third position of the first line and
  37.         the second position in the second line. If the file is converted
  38.         so that each line has four fields and each field is always in the
  39.         same position (e.g. tag always third), then the file can be easily
  40.         read by many standard programs that handle data like Paradox,
  41.         Lotus and WordPerfect. When converted, the two lines above are:
  42.  
  43.                 0,"@I1@","","INDI"
  44.                 1,"","NAME","William ║Wild Bill║ /Cody/"
  45.  
  46.  
  47.