Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

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 #35: Data Cleansing Practice

rajatsadan
8 - Asteroid

Thanks @TheOC for helping out!!

deepakbokaria
5 - Atom
Spoiler
Spoiler

Here is my take on this challengeHere is my take on this challenge

OwenBData
8 - Asteroid

Solution(s):

Spoiler
Challenge 35.PNG
sunny430
7 - Meteor

My solution:

kstrakova
7 - Meteor

Fun exercise for beginners. Solution worfklow here

SWalker
7 - Meteor

Core prep!

heystephania
6 - Meteoroid

This was a great way to practice using the formula tool. 

Tokimatsu
12 - Quasar

Solved.

Spoiler
1. 
tonumber([Field1])

2. 
ToNumber(REGEX_Replace([Field1], "(\d+)\.+", "$1"))

3.
TrimRight([ID],"ID")
// REGEX_Replace([ID], "(.*?)I*D*$", "$1")
// REGEX_Replace([ID], "(.+)ID$", "$1")

4.
REGEX_Replace([Safety Code], ".*(C\d{5}).*", "SC$1")
// "SC"+right(Left([Safety Code], 8),6)

Per
11 - Bolide

Done!

wardboston
7 - Meteor
Spoiler
Problem #1
wardboston_0-1602805729611.png

Problem #2

wardboston_1-1602805753801.png

Problems #3&4 

wardboston_2-1602805790472.png