> > I have a CSV that I'm pushing through MapServer via an OGRVRTDataSource > > connection. I'm running into a problem w/ when my CSV column width is > > huge. Where can I bump up the max size that OGR can handle for a col > > size? > > > > lon,lat,val > > -85,23,"BIG STRING" > > > > Where "BIG STRING" may be > 12k characters.
Well, it dawned on me to do an ogrinfo -al on it, and it worked fine. So maybe it is a MS issue?
