My errors are because of dates like "0022-05-01 00:00:00" and "0217-12-07 00:00:00"
Database is ~800k records, I get ~10 such errors. But when I browse the data - before any processing at all - I can't find those exact entries that are causing the errors. Is Alteryx replacing them with null? Is it dropping the entire record?
How can I get the data "raw" like tell Alteryx to just take it as a string don't even try to convert it? Will I have to do SQL queries for all the error-inducing dates to identify the records?