Hi
I am getting the error below on a date column when importing a MS Access table:
ConvError: Input Data (2): Valid From: "1111-11-11 00:00:00" is not a valid DateTime
This date (1111-11-11) is used to classify certain records and is not used as a date. Alteryx is currently converting all cases to NULL values. There are blank date records which are also being assigned NULL so I am losing the ability to isolate the 1111-11-11 records within Alteryx.
Alteryx Input Tool doesn't seem to allow me to override the inferred data types so I am unable to import this date field as a string and then parse it into a date manually.
Is there a way round this?
Thanks for your time.