When trying to write records with a null date using the Teradata Bulk Loader it returns a 2665 error and drops the record. Null is a valid value...it is the default value, when not using the bulk loader this isn't an issue. I can replace the null with a data like 0001-01-01 but the business doesn't like that solution. I can come behind post load and update the 0001-01-01 values with null but that shouldn't be necessary. Has anyone had and resolved a similar problem?