Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Need help in Download Tool

EN6924
10 - Fireball

Hello All,

 

Using the Download tool and Regex, I was attempting to retrieve the "List of Alteryx Weekly Challenge names."

 

URL- https://community.alteryx.com/t5/Weekly-Challenge/Weekly-Challenge-Index-amp-Welcome/td-p/48275

 

EN6924_0-1670498445720.png

 

I utilized manual logic in the 5th Step - "Filter tool" because I didn't know how to really retrieve the data that was stored in table format.

 

EN6924_1-1670498487930.png

 

 

If there is a simpler way to go about doing this, please guide me.

 

Thanks.

 

 

 

2 REPLIES 2
Felipe_Ribeir0
16 - Nebula

Hi @EN6924 

 

One way of doing this

 

1)Looking at the data, the first row of the table will always have the 'Challenge Name' string

2)The table will continue until you dont have '<TR bgcolor=' string anymore

 

Based on this, i used a multi-row formula to create a column with the value 1 while this condition is met, and filtered it after it. You can use this same logic or find a different pattern to use the multi row formula.

 

Felipe_Ribeir0_1-1670500258903.png

 

 

Felipe_Ribeir0_0-1670500190554.png

 

 

 

EN6924
10 - Fireball

Perfect 🙂 Thanks for the help

Labels