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 #16: Parsing Out the New-line Character

pmyung87
5 - Atom

Here is my solution. 

WH
7 - Meteor
Spoiler

2 Ways have been used to remove embedded new line:

  1. Text to Column by "\n" and then use formula to add the fields together
  2. Use formula "Regex_Replace([Field_1], "\n", " ")"

 

gcarroll
7 - Meteor

Solution attached!

Verakso
11 - Bolide

Nice with a beginner challenge again, now my faith in myself has been restored 😂

 

It was nice for once to come back to a simple challenge, that I could solve by my own.

Spoiler

 Seems afterwards, that my approach wasn't that much different that the provided solution, so I am just happy to be on the right path

Br

/Thomas 

Verenala4
8 - Asteroid

Hi,

 

My solution is below. It took me a second to realize why my date-time tool wasn't working but nice challenge.

 

V

 

Spoiler
Challenge 16 - capture.PNG
JoshuaM
8 - Asteroid

Quick and easy challenge!

rfergus
8 - Asteroid
Spoiler
image.png
TharunReddy
8 - Asteroid

I used RegEx and DateTime.

 

Happy Practice :)

Thableaus
17 - Castor
17 - Castor

Challenge #16, done.

Spoiler
Challenge16.PNG

Cheers,

sharathkumargurram1
7 - Meteor

Hi,

 

Uploaded the solution.

 

Best Regards,

Sharath Kumar Gurram.