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

chensq0925
6 - Meteoroid

This challenge is pretty similar to a previous one.

Jia_Li
7 - Meteor

See the attached solution.

Hezabel
6 - Meteoroid

my version dealt with the date conversion, then regx to replace the \n with a blank space and select tool to drop unused fields & rename fields.

CR_Marland
8 - Asteroid
 
Ross_Easton
8 - Asteroid

Solved!

Spoiler
16.png

apabonok
8 - Asteroid

Hi! My solution. 

Inactive User
Not applicable
 
Normster
8 - Asteroid

As simple as this was, I had a problem when removing the new line character.  

 

For unknown reason, when I replaced/removed the new line character, the last word of the first line and the first word of the last line merged.
 
I Looked at the solution and our actions matched.  My solution was to insert an extra step to separate the merged words.
KevinHarrison
8 - Asteroid
Spoiler
KevinHarrison_0-1571885397355.png
rkavanagh006
5 - Atom
Spoiler
Challenge 16 Workflow .PNG