Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
I used RegEx parse tool but found it didn't work quite as expected. I used an "|" (OR) between all of the different regex date expressions, but found that when using \d{1,2} it didn't work. Not sure why. Just added an additional \d{1| and \d{2} to make it work.