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
アステロイド

Thanks @TheOC for helping out!!

deepakbokaria
アトム
スポイラ
Spoiler

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

OwenBData
アステロイド

Solution(s):

スポイラ
Challenge 35.PNG
sunny430
メテオール

My solution:

kstrakova
メテオール

Fun exercise for beginners. Solution worfklow here

SWalker
メテオール

Core prep!

heystephania
メテオロイド

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

Tokimatsu
クエーサー

Solved.

スポイラ
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
ボリード

Done!

wardboston
メテオール
スポイラ
Problem #1
wardboston_0-1602805729611.png

Problem #2

wardboston_1-1602805753801.png

Problems #3&4 

wardboston_2-1602805790472.png