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

danfarmerTIL
Meteoroid
 
vkarthik21
Asteroid

Here is my entry to the challenge. Thanks for posting these. It really is making me think and go through the tools. Coming from Microsoft BI world it feels really odd to me not having a simple 'Derived Column' type transform to make expressions. I used multiple Multi-field Formula transforms to achieve this.

 

Edit- I now have gone through the solution and I see more intuitive way to solve this.

JoshKushner
Quasar

My ideal solution here would be a flow that changes the type of each column dynamically based on its delimiters. However, after 30 minutes of trying to do just that I've settled for a solution to just the problem at hand (even though it is not dynamic in the slightest).

Leonam
Atom

Preparing Delimited Data.JPG

 

dominiklz
Asteroid
Spoiler
2.PNG
930realm
Meteor

I used multiple delimiters and RegEx. I am not sure when I should use RegEx or the formula tool.

AT_12
Meteor
Solution Attached Widgets Used: - Text to Columns - Date Time
aclaxton
Asteroid

 

Spoiler
 

Whoops, noticed a mistake, I'll have to tackle this next week... 

Hi

I have attached my solution alongside.

I have not made use of the DateTimeParse() function.

LalaLele66
Meteor

Challenge completed, with the help of the solution and other posts. I'm very new to Date/Time formats, so this exercise was a great aid for my learning!