home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / pafrv932.zip / FGRTODB.INF < prev    next >
Text File  |  1993-04-01  |  3KB  |  49 lines

  1.  
  2.  
  3.           ╔══════════════════════════════════════════════════════════╗
  4.           ║    Information About FGRTODB - From File FGRTODB.INF     ║
  5.           ╟──────────────────────────────────────────────────────────╢
  6.           ║      PAF Review   -   Edition 93.2   -   April 1993      ║
  7.           ╚══════════════════════════════════════════════════════════╝
  8.  
  9.         Describes how to convert PAF's family group record printout into
  10.         delimited files that can be loaded into dBASE III+.
  11.  
  12.         Version:       1.0? (no version given in documentation)
  13.         Author:        Stephen Valentine
  14.         Address:       8313 Bound Brook Lane, Alexandria, VA  22309
  15.         Version Date:  September 1989
  16.         BBS File Name: FGRTODB.ZIP (also need AWQxxx.ZIP & SEDMOD.ZIP)
  17.         Software Type: Freeware
  18.         Fee:           N/A
  19.         Read/Write:    N/A - reads printed report
  20.  
  21.         This file describes how to convert family group records printed by
  22.         PAF into delimited files that can be loaded into dBASE III+
  23.         through use of some powerful text processing tools from Unix. The
  24.         utilities used are "sed" (stream editor) and "awk" (a text
  25.         processing language).  Both of these tools have been ported to
  26.         MS-DOS and can be obtained as shareware.  The files used
  27.         specifically in the conversions described here were SEDMOD.ZIP and
  28.         AWK212.ZIP but other versions of AWK and SED should work as well.
  29.  
  30.         "sed" copies a named file, usually an ASCII text file, to standard
  31.         output (ASCII) and edits the file according to a script of
  32.         commands.  Lines can be deleted, according to parameters and
  33.         characters can be changed/deleted.  Likewise "awk" scans the input
  34.         file for lines that match a set of patterns specified in the
  35.         "program".  With each pattern in the "program" there can be an
  36.         associated action that will be performed when a line of the file
  37.         matches the pattern.
  38.  
  39.         The FGR is a very structured report which easily lends itself for
  40.         reformatting under "sed" and "awk".  The required input parameters
  41.         are included for these two utilities to convert FGRs into a
  42.         standard delimited file that can be input into dBASE III+.
  43.         Modification of the "sed" and "awk" programs maybe necessary if
  44.         the output is to be formatted differently or if additional data is
  45.         needed for your research.  The structure of the dBASE file is also
  46.         defined.
  47.  
  48.  
  49.