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
15 - Aurora
15 - Aurora

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