I have a date column that is of a string format. The dates appear like,
DDMMYYY or DDMYYYY 04032021 0412021
It has been a nightmare trying to split them and add '-' because they aren't all the same length. Not like a standard format of DDMMYYYY. I have also tried to split them by position. I have tried to cast it(the column) as a date.
Do you all have any suggestions for a way to get the entire column properly formatted and displaying as a date column? I need to filter on it.