-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
This line can cause issues if you have a CSV file that happens to have an empty value for the first column.
ignoring the whole CSV file.
example this CSV file exported from excel.:
age,name,surname
,james,smith
,george,adams
$file = new Parser( $url );
var_dump( $file->all() ) // this will be an empty array
Metadata
Metadata
Assignees
Labels
No labels