acceptAnyDate property
A value that indicates to allow any date format, including invalid formats
such as 00/00/00 00:00:00, to be loaded without generating an error. You can
choose true
or false
(the default).
This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field.
Implementation
final bool? acceptAnyDate;