In #27, @AnasGhadieh points out a common problem—incorrectly formatted CSV files frequently have a preamble before the header row. This makes it impossible to do anything useful with the content.
Optionally, accept a URL parameter to discard the first x rows, and use that to simply ignore that number of header rows in the CSV file in question.
In #27, @AnasGhadieh points out a common problem—incorrectly formatted CSV files frequently have a preamble before the header row. This makes it impossible to do anything useful with the content.
Optionally, accept a URL parameter to discard the first
x
rows, and use that to simply ignore that number of header rows in the CSV file in question.