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 #383: Data Parsing Delight!

jpowellsd
Alteryx
Alteryx

It's been a while since I've had time to do a challenge - this was a great one, thank you! Used a combination of Regex tokenize, text-to-column, and Cross tab to get the job done. 

Spoiler

challenge_383.JPG 

 

DataNath
17 - Castor

My solution to #383.

 

Spoiler
383.png
TerrenceM
8 - Asteroid

383

Py12345_54321
5 - Atom

As Ask :

 

To  showcases the following details:

 

  1. Different condition types of the products
  2. Record number associated with each condition
  3. Material numbers corresponding to the products
  4. Pricing rate for different condition types
  5. Dates when these pricing rates were valid (valid from and valid to)

Note: It was a Good Use Case , Helpful

pankaj_123456789
5 - Atom

It Was a Good Use Case , Helpful

CeliaC_Silje
8 - Asteroid
Spoiler
image.png
williamnolan03
8 - Asteroid

Parsing this data structure is always such a thrill.

Scheduler
6 - Meteoroid

Here is my workflow

sakifchowdhury1
8 - Asteroid
Spoiler
383 ss.png

Longer workflow since I did not want to use .jsonparse

 

dkungu
8 - Asteroid

Applied splitting multiple columns into rows and regex