PHP Classes

I had a row which is about 130 columns and somewhat the fgetc...

Recommend this page to a friend!

      CSV managing class  >  All threads  >  I had a row which is about 130...  >  (Un) Subscribe thread alerts  
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

  1. I had a row which is about 130...   Reply   Report abuse  
Picture of Richard Rivera 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.