FW: max size of CSV column
Charlton Purvis
cplist at SECONDCREEK.ORG
Wed Oct 17 09:07:58 PDT 2007
> > 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?
More information about the MapServer-users
mailing list