Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions?
Ask here!
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.