Re: Locating columns based on headings

2002-09-02 Thread Felix Geerinckx
on Mon, 02 Sep 2002 13:15:56 GMT, [EMAIL PROTECTED] (Sl003b0462) wrote: > I have a csv file with column headings. As the file may be amended > and the columns reordered I wish to read the headings and > determine their location on each pass. How do I generate a list of > fixed headings and deter

Locating columns based on headings

2002-09-02 Thread sl003b0462
I have a csv file with column headings. As the file may be amended and the columns reordered I wish to read the headings and determine their location on each pass. How do I generate a list of fixed headings and determine their position, before extracting the corresponding field for each line.