This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We have extended our Early Bird Tickets for Inspire 2023! Discounted pricing goes until February 24th. Save your spot!
Can someone please provide any URL , sample workflow on how to use HTML format as Alteryx Input
Hi @Karthick461 check out this solution: https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Read-HTML-data/m-p/6250/highlight/true...
Ollie
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
Step2: Read it with below config
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
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 : )