I have encountered an odd issue where my script wouldn't work on some CSV files. Problem is the following, I need to access the column names (file headers) to properly process the file. I've been using the following (test) code to list the headers :I have encountered an odd issue where my script