Alteryx Designer Desktop Discussions

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

HTML format as Alteryx input

Karthick461
8 - Asteroid

Can someone please provide any URL , sample workflow on how to use HTML format as Alteryx Input

2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @Karthick461 

 

Here is step by step method

 

Step1: Use input tool and select the file. While selecting make its set to below highlighted option or else HTML file wont show up

atcodedog05_0-1642527745263.png

 

Step2: Read it with below config

atcodedog05_1-1642527776274.png

 

Step3: Use summarize tool ot merge the HTML code if needed. Some are HTML code is easy to parse when not merged some are easy when emerged

atcodedog05_2-1642527822881.png

 

Step4: Next would be to parse and extract information. Refer this regex guide link

https://community.alteryx.com/t5/Alteryx-Knowledge-Base/Tool-Mastery-RegEx/ta-p/37689

 

Hope this helps : )

 

 

Labels