Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Community is experiencing an influx of spam. As we work toward a solution, please use the 'Notify Moderator' option on the ellipsis menu to flag inappropriate posts.

Alteryx Designer Desktop Discussions

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

How to import html file

tww
8 - Asteroid

Hi all,

 

I have a html file (basically a table) that I would like to import into Alteryx. Could someone please help me?

 

Thank you in advance for your time.

 

TWW

 

 

 

3 REPLIES 3
gawa
16 - Nebula
16 - Nebula

hi @tww 

 

If you want to read text data from html file, try to use Blob input tool as attached WF.

image.png

danilang
19 - Altair
19 - Altair

Hi @tww 

 

To extract the data in a usable format you need to parse the file and remove the extra html tags

w.png

 

The results look like this  

r.png

 

Dan

 

tww
8 - Asteroid

Thank you

Labels