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

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