Hey there, The following didn't work :( I now only get 44 rows of records before it breaks. I also tried setting binmode on the file as suggested. It still breaks when it meets a carriage return character. Where should i be catching my trash records?
If it breaks because of parsing errors, $csv->error_diag () should give you a clear error message, which could hint you towards using other options. Showing the error message could help others here to give you advice on how to continue.