Before working with lines in a csv file I would like to check the headers from the file for accuracy i.e. do the headers I expect exist, and are they in the right order. Alternatively, and even better, I would like to check all headers I require exist, then for each parsed line extract only extract fileds that match the respective header values I want. Can anyone guide me in the best direction to achieve either option. ThanksThread Next