We've recently made an accessibility improvement to the community and therefore posts without any content are no longer allowed. Please use the spoiler feature or add a short message in the message body in order to submit your weekly challenge.

Weekly Challenge

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

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

We're actively looking for ideas on how to improve Weekly Challenges and would love to hear what you think!

Submit Feedback

Challenge #2: Preparing Delimited Data

radu_gabriel
6 - Meteoroid

My solution

lauramaestuvazquez
6 - Meteoroid

Here you can find my solution. For learning purposes, I propose three alternatives:

 

  • Using the Python tool
  • Using the RegEx tool
  • Using the Formula tool
TheOC
15 - Aurora

A nice challenge

 

Spoiler
TheOC_0-1634301890689.png

 

TSteadman30
7 - Meteor

Very enjoyable!

rswathi
6 - Meteoroid

My solution

JMH3
6 - Meteoroid

Nice Challenge

ainderike
8 - Asteroid

My solution is attached. Great first challenge!

ahmedirfanp
7 - Meteor

The first challenge I worked on by Myself. The strip quote function came in handy.

 

ahmedirfanp_0-1634406037606.png

 

winsarg
5 - Atom

😁My solution was a bit different. Instead of using the formula tool I expanded the parameters of the Text to Columns tool to include " and ' as delimiters instead of just the columns. Then I used a date time tool to fix the date formatting, and a select tool to eliminate unnecessary columns and rename the ones I wanted to keep.

Uazir
6 - Meteoroid

Nice example.