in reply to Re: retrieving information from a set of files
in thread retrieving information from a set of files

The account number is a fixed 9 digits that is always the first 9 digits in 7 of the files. For the remaining files also it is always in a fixed location on each line of the file.
  • Comment on Re^2: retrieving information from a set of files

Replies are listed 'Best First'.
Re^3: retrieving information from a set of files
by Anonymous Monk on Oct 20, 2006 at 21:55 UTC
    I forgot to note 1 additional comment: the number of fields may vary according to the file. Although my sample data illustrates only 3 columns, this is not true for the files I have.