I have files that I need to check if the first line in the CSV file has a header or not. If it does it will have the word 'symbol' first, if not it will not. So I am going to use this as the criteria for finding the header.
However using fileReader() I am not finding a way to do this? I am familiar with checking for objects however working with the file itself is eluding me.
There are tutorials online for using fileReader() but not that I found do this, can anyone provide some guidance?