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.
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 #2: Preparing Delimited Data

Thomas_W
8 - Asteroid

Solution attached

Erin
11 - Bolide

Hello,

 

Took at stab at it and submission attached. 

Spoiler
I almost missed converting the Poem_Read_Date to an actual date type. Challenge 2.PNG
dwhitmoyer
6 - Meteoroid

Challenge #2

joelmiller66
9 - Comet
Spoiler
Challenge 2 Image.png
moakman
6 - Meteoroid

Here is my solution to the challenge.

Ridler
5 - Atom
Spoiler
Ridler_0-1621347342704.png
cherrington
7 - Meteor

Challenge reply

Akash_chauhan
5 - Atom

My Solution of Challenge #2: Preparing Delimited Data

 

Please share your feedback because it matters 🙂.

TKSnider
8 - Asteroid

Ok, only a few years late to the party (probably a bit much to be socially late, I suppose :p)  I did not read through the posts to see how others did this, as I like to struggle through on my own to figure it out, I learn more that way!

 

Spoiler
For me, I used a text to columns, then a multi field formula to get the mid characters of the two text fields.  Converted the id column to int16 and then used a datetime tool to convert the date using a custom (dd-Mon-yy) format.  a final select to remove the original date field and I had success 🙂
jharber
5 - Atom

My solution to Challenge 2.