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!
Start Free Trial

Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #4: Date Parsing

manny890-
7 - Meteor

My Solution:

hannahc
8 - Asteroid

My solution is attached!

 

Spoiler
4.JPG

robert-headington
8 - Asteroid

#4

apathetichell
20 - Arcturus

This is a fun one for those of still trying to get down REGEX syntax... I'm sure there's a more eloquent way to convert the months to numbers and to chop July in Jul, but this did the trick.

p_padham
8 - Asteroid

Hi everyone!

 

This was a really fun challenge!

 

Here is my solution:

 

Spoiler
challenge_4_completed.png
kzrolfes
7 - Meteor
Spoiler
kzrolfes_0-1613748300156.png

 

I really enjoyed this one.

danettedavis
8 - Asteroid

after a week of very little data solving time.. managed to squeeze in a challenge this afternoon.  That felt good. 

Emil_Kos
17 - Castor
17 - Castor

Hi,


This was quite a fun date parsing exercise.

 

Emil_Kos_0-1614002931579.png

 

aikopsidas
7 - Meteor

Many steps, but got to the answer. 

mdsalmankhan89
8 - Asteroid

here is my solution. I have looked at the data and tried to create the regex combinations . Surely there are better ways to do it.