Hello,
I have a large csv file and am currently displaying the contents using getCSV which works great. However, I don’t want to display the first line (the column headers). Is there a way to have getCSV show rows 2 -> on??
I know I can just delete the line before displaying, but I rather not go through that step manually.
Many thanks.