Subject: | I had a row which is about 130... |
Summary: | Package rating comment |
Messages: | 1 |
Author: | Richard Rivera |
Date: | 2009-01-08 13:44:38 |
|
|
|
Richard Rivera rated this package as follows:
Utility: | Sufficient |
Consistency: | Sufficient |
Documentation: | Not sure |
Examples: | Not sure |
|
Richard Rivera - 2009-01-08 13:44:38
I had a row which is about 130 columns and somewhat the fgetcsv was breaking each line when it reached the 85th column. I checked the records and everything was plain 0 integers. Changed the $limit variable to 0 "Csv::read($limit = 0)" and things just run well. Can't explain it though.
|