Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Read HTML data

k10shirole
5 - Atom

Is there any way to read HTML data into Alteryx? The input data tool does not have any option to select HTML data.

 

Thanks!

2 REPLIES 2
DylanB
Alteryx Alumni (Retired)

You can either read it as an xml (which can fail due to whitespacing issues) or read it in as a .csv and use "\0" as your delimiter. Make sure your field length is adequately large so that no lines are truncated. If you need to get it into the same row from the csv read, you can then use the Summarize tool to concatenate the lines of html.

k10shirole
5 - Atom

Thanks! It works perfectly. :)

Labels
Top Solution Authors