I have a CSV with the first row containing the field names. Example data is...
\"Make\",\"Model\",\"Note\" \"Chevy\",\"1500\",\"loaded\" \"Chevy\",\"2500\",
The array_combine() function only works if header colums match the data colums otherwise an error is thrown.