I have just started using a newer version of OGR that includes Date
support. (Context: I am importing shapefiles into PostgreSQL using
OGR/PHP). Unfortunately, when I there is a Null value in a Date field of the input shapefile
OGR bails (after successfully inserting non-null values). From what I can see, it attempts to do an insert with a '00/00/00 00:00:00' value and PostgreSQL states I may need another Date type for this value. <br><br>Is there anyway of
getting OGR to output Null values into a Date field when there is a Null value
present in the input Date field? Alternatively, the previous versions of OGR simply converted Date fields to strings. Is there a way to revive this action (when I set the output field type to string instead of bool, it doesn't work).
<br>
<br>
Aaron<br clear="all"><br>+--------------------------------------------<br>|&nbsp;&nbsp;Aaron Koning<br>|&nbsp;&nbsp;Information Technologist<br>|&nbsp;&nbsp;Prince George, BC, Canada.<br>+--------------------------------------------<br>|&nbsp;&nbsp;<a href="http://datashare.gis.unbc.ca/fist/">
http://datashare.gis.unbc.ca/fist/</a><br>|&nbsp;&nbsp;<a href="http://datashare.gis.unbc.ca/gctp-js/">http://datashare.gis.unbc.ca/gctp-js/</a><br>+--------------------------------------------